From 566b26b737e5191c0e3e6a6bb1eb100c99b09e63 Mon Sep 17 00:00:00 2001 From: juliogsn Date: Sun, 29 Oct 2023 13:26:51 -0300 Subject: [PATCH] Fix: broken link (about page) blocking vs. non-blocking --- pages/en/about/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/en/about/index.md b/pages/en/about/index.md index 123bfcdd3e583..beb8232717c47 100644 --- a/pages/en/about/index.md +++ b/pages/en/about/index.md @@ -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