From a8363c05e5abd4a0b0f9bedc81dc287f3cd6c5d5 Mon Sep 17 00:00:00 2001 From: Nick De Villiers Date: Thu, 6 Feb 2025 09:10:52 +0000 Subject: [PATCH] update cloud-init link and run job on PR --- .github/workflows/links-checker.yml | 1 + src/app/base/docsUrls.ts | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/links-checker.yml b/.github/workflows/links-checker.yml index 020ce9a5b6..f62ee4901f 100644 --- a/.github/workflows/links-checker.yml +++ b/.github/workflows/links-checker.yml @@ -6,6 +6,7 @@ on: branches: - main - "3.5" + - "MAASENG-4310-update-docs-links" jobs: docs: diff --git a/src/app/base/docsUrls.ts b/src/app/base/docsUrls.ts index 7e22b84465..fa80cea021 100644 --- a/src/app/base/docsUrls.ts +++ b/src/app/base/docsUrls.ts @@ -6,7 +6,7 @@ const docsUrls = { autoRenewTLSCert: "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", + "https://maas.io/docs/how-to-customise-machines#p-9014-cloud-init-pre-seeding", configurationJourney: "https://maas.io/docs/how-to-install-maas#p-9034-maas-ui-setup", customisingDeployedMachines: "https://maas.io/docs/how-to-customise-machines",