Skip to content

Commit c535ce2

Browse files
authored
fix: child_process link
Signed-off-by: Claudio W <[email protected]>
1 parent f44f121 commit c535ce2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/en/about/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ which allows you to share sockets between processes to enable load balancing
6262
over your cores.
6363

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

0 commit comments

Comments
 (0)