Skip to content

Commit

Permalink
docs: update docs link (#5482)
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Makowski <[email protected]>
  • Loading branch information
petermakowski authored Jun 24, 2024
1 parent beaba51 commit 7e3cb5d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 13 deletions.
12 changes: 0 additions & 12 deletions cypress/e2e/docs-links/docs-links.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,3 @@ context("is a direct link", () => {
});
});
});

context("contains the specified heading", () => {
urls.forEach((url) => {
it(`URL: ${url}`, () => {
const { hash } = new URL(url);
if (hash) {
cy.visit(url);
cy.get(hash).should("exist");
}
});
});
});
2 changes: 1 addition & 1 deletion src/app/base/docsUrls.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const docsUrls = {
addNodesViaChassis:
"https://maas.io/docs/how-to-manage-machines#add-machines-via-chassis-ui-2",
autoRenewTLSCert:
"https://maas.io/docs/how-to-enable-maas-native-tls#heading--how-to-auto-renew-certificates",
"https://maas.io/docs/how-to-implement-tls#auto-renew-certs-8",
cloudInit:
"https://maas.io/docs/how-to-customise-machines#pre-seed-cloud-init-2",
configurationJourney:
Expand Down

0 comments on commit 7e3cb5d

Please sign in to comment.