mirror of
https://github.com/withastro/astro.git
synced 2024-12-16 21:46:22 -05:00
Fix broken link (#9418)
* Fix broken link * Create old-dragons-kneel.md --------- Co-authored-by: Erika <3019731+Princesseuh@users.noreply.github.com>
This commit is contained in:
parent
2287ec6667
commit
2c168af674
2 changed files with 6 additions and 1 deletions
5
.changeset/old-dragons-kneel.md
Normal file
5
.changeset/old-dragons-kneel.md
Normal file
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
"astro": patch
|
||||
---
|
||||
|
||||
Fix broken link in CI instructions
|
|
@ -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]}`);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue