diff --git a/.changeset/old-dragons-kneel.md b/.changeset/old-dragons-kneel.md new file mode 100644 index 0000000000..05b0f8ce43 --- /dev/null +++ b/.changeset/old-dragons-kneel.md @@ -0,0 +1,5 @@ +--- +"astro": patch +--- + +Fix broken link in CI instructions diff --git a/packages/astro/astro.js b/packages/astro/astro.js index e067b9dd9b..059024621a 100755 --- a/packages/astro/astro.js +++ b/packages/astro/astro.js @@ -67,7 +67,7 @@ Please upgrade Node.js to a supported version: "${engines}"\n`); console.log( `${ci.name} CI Environment Detected!\nAdditional steps may be needed to set your Node.js version:` ); - console.log(`Documentation: https://docs.astro.build/guides/deploy`); + console.log(`Documentation: https://docs.astro.build/en/guides/deploy/`); if (CI_INSTRUCTIONS[platform]) { console.log(`${ci.name} Documentation: ${CI_INSTRUCTIONS[platform]}`); }