We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f44f121 commit c535ce2Copy full SHA for c535ce2
pages/en/about/index.md
@@ -62,7 +62,7 @@ which allows you to share sockets between processes to enable load balancing
62
over your cores.
63
64
[blocking vs. non-blocking]: /learn/asynchronous-work/overview-of-blocking-vs-non-blocking
65
-[`child_process.fork()`]: /api/child_process/
+[`child_process.fork()`]: https://nodejs.org/api/child_process.html
66
[`cluster`]: https://nodejs.org/api/cluster.html
67
[event machine]: https://github.com/eventmachine/eventmachine
68
[twisted]: https://twistedmatrix.com/trac/
0 commit comments