Skip to content

Commit

Permalink
fix: child_process link
Browse files Browse the repository at this point in the history
Signed-off-by: Claudio W <[email protected]>
  • Loading branch information
ovflowd authored Nov 14, 2023
1 parent f44f121 commit c535ce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/en/about/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ which allows you to share sockets between processes to enable load balancing
over your cores.

[blocking vs. non-blocking]: /learn/asynchronous-work/overview-of-blocking-vs-non-blocking
[`child_process.fork()`]: /api/child_process/
[`child_process.fork()`]: https://nodejs.org/api/child_process.html
[`cluster`]: https://nodejs.org/api/cluster.html
[event machine]: https://github.com/eventmachine/eventmachine
[twisted]: https://twistedmatrix.com/trac/

0 comments on commit c535ce2

Please sign in to comment.