Skip to content

Commit 2c168af

Browse files
alexnguyennzPrincesseuh
andauthoredDec 12, 2023
Fix broken link (#9418)
* Fix broken link * Create old-dragons-kneel.md --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
1 parent 2287ec6 commit 2c168af

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed
 

‎.changeset/old-dragons-kneel.md

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"astro": patch
3+
---
4+
5+
Fix broken link in CI instructions

‎packages/astro/astro.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ Please upgrade Node.js to a supported version: "${engines}"\n`);
6767
console.log(
6868
`${ci.name} CI Environment Detected!\nAdditional steps may be needed to set your Node.js version:`
6969
);
70-
console.log(`Documentation: https://docs.astro.build/guides/deploy`);
70+
console.log(`Documentation: https://docs.astro.build/en/guides/deploy/`);
7171
if (CI_INSTRUCTIONS[platform]) {
7272
console.log(`${ci.name} Documentation: ${CI_INSTRUCTIONS[platform]}`);
7373
}

0 commit comments

Comments
 (0)
Please sign in to comment.