From ea22870df0abdbd422cbf0425208573bcd2bed73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BAlio=20Gomes?= <38530342+JulioGsn@users.noreply.github.com> Date: Mon, 30 Oct 2023 06:33:39 -0300 Subject: [PATCH] Fix: broken link (about page) blocking vs. non-blocking (#6067) --- 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