Skip to content

Commit b5f5915

Browse files
Maledongstevemao
authored andcommitted
zh-CN: Fix to Chinese links (#1881)
Replace the old English links with Chinese ones in the Chinese docs, because we didn't translate them all yet, and now since everything is finished, so we can do a replacement.
1 parent b7e0da0 commit b5f5915

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

locale/zh-cn/about/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,9 +38,9 @@ HTTP 是 Node 中的一等公民。它设计的是流式和低延迟。这使得
3838

3939
仅仅因为 Node 是在没有线程的情况下设计的,这并不意味着您无法利用环境中的多个内核。子进程可以通过使用我们的 [`child_process.fork()`][] API 来生成, 并且被设计为易于沟通。建立在同一接口上的是 [`cluster`][] 模块, 它允许您在进程之间共享套接字, 以便在核心上启用负载平衡。
4040

41-
[阻塞对比非阻塞]: https://nodejs.org/en/docs/guides/blocking-vs-non-blocking/
41+
[阻塞对比非阻塞]: https://nodejs.org/zh-cn/docs/guides/blocking-vs-non-blocking/
4242
[`child_process.fork()`]: https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options
4343
[`cluster`]: https://nodejs.org/api/cluster.html
44-
[事件轮询]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/
44+
[事件轮询]: https://nodejs.org/zh-cn/docs/guides/event-loop-timers-and-nexttick/
4545
[事件机]: https://github.com/eventmachine/eventmachine
4646
[扭曲]: http://twistedmatrix.com/

locale/zh-cn/docs/guides/timers-in-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,4 +122,4 @@ setImmediate(() => {
122122
```
123123
## 进一步向下的事件循环
124124

125-
还有远比本篇多得多的,关于时间轮询和定时器的东西,本文未涉及到。你可以通过 [Node.js 的时间轮询,定时器以及 process.nextTick()](/en/docs/guides/event-loop-timers-and-nexttick/) 学习到更多有关于 Node.js 内部事件轮询机制,以及定时器在执行时如何操作的。
125+
还有远比本篇多得多的,关于时间轮询和定时器的东西,本文未涉及到。你可以通过 [Node.js 的时间轮询,定时器以及 process.nextTick()](/zh-cn/docs/guides/event-loop-timers-and-nexttick/) 学习到更多有关于 Node.js 内部事件轮询机制,以及定时器在执行时如何操作的。

0 commit comments

Comments
 (0)