diff --git a/locale/de/about/index.md b/locale/de/about/index.md index 42cc8cc92040d..6aa09bcc3a3ab 100644 --- a/locale/de/about/index.md +++ b/locale/de/about/index.md @@ -66,9 +66,9 @@ Schnittstelle setzt das [`Cluster`][] Modul auf, dass es Prozessen erlaubt Sockets gemeinsam zu nutzen, um Lastverteilung über Kerne hinweg zu ermöglichen. -[blockierend vs. blockierungsfrei]: https://github.com/nodejs/node/blob/master/doc/topics/blocking-vs-non-blocking.md +[blockierend vs. blockierungsfrei]: https://nodejs.org/en/docs/guides/blocking-vs-non-blocking/ [`child_process.fork()`]: https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options [`Cluster`]: https://nodejs.org/api/cluster.html -[Ereignisschleife]: https://github.com/nodejs/node/blob/master/doc/topics/event-loop-timers-and-nexttick.md +[Ereignisschleife]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/ [Event Machine]: http://rubyeventmachine.com/ [Twisted]: http://twistedmatrix.com/ diff --git a/locale/en/about/index.md b/locale/en/about/index.md index 43d6fad62da75..653ccddf00f3c 100644 --- a/locale/en/about/index.md +++ b/locale/en/about/index.md @@ -61,9 +61,9 @@ communicate with. Built upon that same interface is the [`cluster`][] module, which allows you to share sockets between processes to enable load balancing over your cores. -[Blocking vs Non-Blocking]: https://github.com/nodejs/node/blob/master/doc/topics/blocking-vs-non-blocking.md +[Blocking vs Non-Blocking]: https://nodejs.org/en/docs/guides/blocking-vs-non-blocking/ [`child_process.fork()`]: https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options [`cluster`]: https://nodejs.org/api/cluster.html -[event loop]: https://github.com/nodejs/node/blob/master/doc/topics/event-loop-timers-and-nexttick.md +[event loop]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/ [Event Machine]: http://rubyeventmachine.com/ [Twisted]: http://twistedmatrix.com/ diff --git a/locale/ja/about/index.md b/locale/ja/about/index.md index 2beab0d5573ea..d9b42de87681b 100644 --- a/locale/ja/about/index.md +++ b/locale/ja/about/index.md @@ -103,9 +103,9 @@ Node はスレッドがない設計をしているという理由だけで、複 通信しやすく設計された子プロセスは [`child_process.fork()`][] API を使って生成できます。 コア上でロードバランシングを有効にするためにプロセス間でソケットを共有することを可能にする [`cluster`][] モジュールが同じインターフェース上に内蔵されています。 -[Blocking vs Non-Blocking]: https://github.com/nodejs/node/blob/master/doc/topics/blocking-vs-non-blocking.md +[Blocking vs Non-Blocking]: https://nodejs.org/en/docs/guides/blocking-vs-non-blocking/ [`child_process.fork()`]: https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options [`cluster`]: https://nodejs.org/api/cluster.html -[イベントループ]: https://github.com/nodejs/node/blob/master/doc/topics/the-event-loop-timers-and-nexttick.md +[イベントループ]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/ [Event Machine]: http://rubyeventmachine.com/ [Twisted]: http://twistedmatrix.com/ diff --git a/locale/ko/about/index.md b/locale/ko/about/index.md index 0486b6b8a626f..d41f563304027 100644 --- a/locale/ko/about/index.md +++ b/locale/ko/about/index.md @@ -99,17 +99,17 @@ Node는 스레드를 사용하지 않도록 설계되지만 멀티 코어 환경 소켓을 공유할 수 있습니다. -[Blocking vs Non-Blocking]: https://github.com/nodejs/node/blob/master/doc/topics/blocking-vs-non-blocking.md +[Blocking vs Non-Blocking]: https://nodejs.org/en/docs/guides/blocking-vs-non-blocking/ [`child_process.fork()`]: https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options [`cluster`]: https://nodejs.org/api/cluster.html -[event loop]: https://github.com/nodejs/node/blob/master/doc/topics/event-loop-timers-and-nexttick.md +[event loop]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/ [Event Machine]: http://rubyeventmachine.com/ [Twisted]: http://twistedmatrix.com/ diff --git a/locale/uk/about/index.md b/locale/uk/about/index.md index d866fbc82158f..da1a961771e0b 100755 --- a/locale/uk/about/index.md +++ b/locale/uk/about/index.md @@ -62,9 +62,9 @@ HTTP є об'єктом першого роду в Node, розробленим інтерфейсі і дозволяє вам ділитись сокетами між процесами та розподіляти навантаження між ядрами. -[Blocking vs Non-Blocking]: https://github.com/nodejs/node/blob/master/doc/topics/blocking-vs-non-blocking.md +[Blocking vs Non-Blocking]: https://nodejs.org/en/docs/guides/blocking-vs-non-blocking/ [`child_process.fork()`]: https://nodejs.org/api/child_process.html#child_process_child_process_fork_modulepath_args_options [`cluster`]: https://nodejs.org/api/cluster.html -[event loop]: https://github.com/nodejs/node/blob/master/doc/topics/the-event-loop-timers-and-nexttick.md +[event loop]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/ [Event Machine]: http://rubyeventmachine.com/ [Twisted]: http://twistedmatrix.com/