We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
withastro
Learn more about funding links in repositories.
Report abuse
1 parent 2287ec6 commit 2c168afCopy full SHA for 2c168af
.changeset/old-dragons-kneel.md
@@ -0,0 +1,5 @@
1
+---
2
+"astro": patch
3
4
+
5
+Fix broken link in CI instructions
packages/astro/astro.js
@@ -67,7 +67,7 @@ Please upgrade Node.js to a supported version: "${engines}"\n`);
67
console.log(
68
`${ci.name} CI Environment Detected!\nAdditional steps may be needed to set your Node.js version:`
69
);
70
- console.log(`Documentation: https://docs.astro.build/guides/deploy`);
+ console.log(`Documentation: https://docs.astro.build/en/guides/deploy/`);
71
if (CI_INSTRUCTIONS[platform]) {
72
console.log(`${ci.name} Documentation: ${CI_INSTRUCTIONS[platform]}`);
73
}
0 commit comments