From 5dd48ee4e5acd4bb6069ffd24e3b462eb5c45bf7 Mon Sep 17 00:00:00 2001 From: Shrujal Shah Date: Sun, 25 Feb 2024 23:57:26 +0000 Subject: [PATCH] doc: update guide link for Event Loop --- doc/api/process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/process.md b/doc/api/process.md index 48901d5c40cfde..6b2282c396b2e3 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -3971,7 +3971,7 @@ cases: [Child Process]: child_process.md [Cluster]: cluster.md [Duplex]: stream.md#duplex-and-transform-streams -[Event Loop]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick/#process-nexttick +[Event Loop]: https://nodejs.org/en/learn/asynchronous-work/event-loop-timers-and-nexttick#understanding-processnexttick [LTS]: https://github.com/nodejs/Release [Permission Model]: permissions.md#permission-model [Readable]: stream.md#readable-streams