Skip to content

Commit 671f807

Browse files
author
Tony Edgecombe
authored
Fix link to introduction (#3860)
Fix link to introduction by guiding you directly to the "learn" page.
1 parent 76fff8a commit 671f807

2 files changed

Lines changed: 3 additions & 1 deletion

File tree

locale/en/docs/guides/getting-started-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,5 +28,5 @@ server.listen(port, hostname, () => {
2828
Now, run your web server using `node app.js`. Visit `http://localhost:3000` and
2929
you will see a message saying "Hello World".
3030

31-
Refer to the [Introduction to Node.js](https://nodejs.dev/) for a more
31+
Refer to the [Introduction to Node.js](https://nodejs.dev/learn) for a more
3232
comprehensive guide to getting started with Node.js.

locale/zh-cn/docs/guides/getting-started-guide.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,3 +26,5 @@ server.listen(port, hostname, () => {
2626
```
2727

2828
然后使用 `node app.js` 运行程序,访问 `http://localhost:3000`,你就会看到一个消息,写着“Hello World”。
29+
30+
请查阅 [Node.js 介绍](https://nodejs.dev/learn),这是一个对于 Node.js 起步完整的指南。

0 commit comments

Comments
 (0)