Skip to content

Commit ea22870

Browse files
authored
Fix: broken link (about page) blocking vs. non-blocking (nodejs#6067)
1 parent 243cac8 commit ea22870

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
@@ -61,7 +61,7 @@ communicate with. Built upon that same interface is the [`cluster`][] module,
6161
which allows you to share sockets between processes to enable load balancing
6262
over your cores.
6363

64-
[blocking vs. non-blocking]: /learn/overview-of-blocking-vs-non-blocking/
64+
[blocking vs. non-blocking]: /docs/guides/blocking-vs-non-blocking
6565
[`child_process.fork()`]: /api/child_process/
6666
[`cluster`]: https://nodejs.org/api/cluster.html
6767
[event machine]: https://github.com/eventmachine/eventmachine

0 commit comments

Comments
 (0)