Skip to content

Commit

Permalink
Fix broken link (#9418)
Browse files Browse the repository at this point in the history
* Fix broken link

* Create old-dragons-kneel.md

---------

Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
  • Loading branch information
alexnguyennz and Princesseuh authored Dec 12, 2023
1 parent 2287ec6 commit 2c168af
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/old-dragons-kneel.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"astro": patch
---

Fix broken link in CI instructions
2 changes: 1 addition & 1 deletion packages/astro/astro.js
Original file line number Diff line number Diff line change
Expand Up @@ -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]}`);
}
Expand Down

0 comments on commit 2c168af

Please sign in to comment.