Skip to content

Commit

Permalink
Fix: broken link (about page) blocking vs. non-blocking (nodejs#6067)
Browse files Browse the repository at this point in the history
  • Loading branch information
JulioGsn authored Oct 30, 2023
1 parent 243cac8 commit ea22870
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 @@ -61,7 +61,7 @@ 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]: /learn/overview-of-blocking-vs-non-blocking/
[blocking vs. non-blocking]: /docs/guides/blocking-vs-non-blocking
[`child_process.fork()`]: /api/child_process/
[`cluster`]: https://nodejs.org/api/cluster.html
[event machine]: https://github.com/eventmachine/eventmachine
Expand Down

0 comments on commit ea22870

Please sign in to comment.