We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c3ed7b commit 6f0721dCopy full SHA for 6f0721d
tests/e2e/specs/dashboard-samples/Documentation.spec.ts
@@ -55,7 +55,7 @@ suite(`Check links to documentation page in Dashboard ${BASE_TEST_CONSTANTS.TEST
55
try {
56
({ docs, links, productVersion } = JSON.parse(
57
shellExecutor.curl(
58
- `https://raw.githubusercontent.com/redhat-developer/devspaces-images/devspaces-${majorMinorVersion}-rhel-8/devspaces-dashboard/packages/dashboard-frontend/assets/branding/product.json`
+ `https://raw.githubusercontent.com/redhat-developer/devspaces-images/devspaces-${majorMinorVersion}-rhel-9/devspaces-dashboard/packages/dashboard-frontend/assets/branding/product.json`
59
)
60
));
61
} catch (e) {
0 commit comments