Skip to content

Commit

Permalink
docs: update outdated links (webiny#4149)
Browse files Browse the repository at this point in the history
  • Loading branch information
swapnilmmane authored May 29, 2024
1 parent cfea639 commit 2b5beb9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ All Webiny apps can be customized easily to fully fit an enterprise publishing w
- yarn ^1.22.0 || ^2
- AWS account

For the detailed install guide, please see 👉 https://www.webiny.com/docs/tutorials/install-webiny
For the detailed install guide, please see 👉 https://www.webiny.com/docs/get-started/install-webiny

Need help, having trouble installing, find us on our community slack 👉 https://www.webiny.com/slack
<br /><br />
Expand Down
2 changes: 1 addition & 1 deletion packages/cli/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const currentNodeVersion = process.versions.node;
[
`You are running Node.js ${currentNodeVersion}, but Webiny requires version 14 or higher.`,
`Please switch to one of the required versions and try again.`,
`For more information, please visit https://docs.webiny.com/docs/tutorials/install-webiny#prerequisites.`
`For more information, please visit https://www.webiny.com/docs/get-started/install-webiny#prerequisites.`
].join(" ")
)
);
Expand Down
2 changes: 1 addition & 1 deletion packages/create-webiny-project/bin.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const verifyConfig = require("./utils/verifyConfig");
[
`You are running Node.js ${nodeVersion}, but Webiny requires version 18 or 20.`,
`Please switch to one of the required versions and try again.`,
"For more information, please visit https://docs.webiny.com/docs/tutorials/install-webiny#prerequisites."
"For more information, please visit https://www.webiny.com/docs/get-started/install-webiny#prerequisites."
].join(" ")
)
);
Expand Down

0 comments on commit 2b5beb9

Please sign in to comment.