From db30428f063697d605d13ff0c0d1018d61ba0077 Mon Sep 17 00:00:00 2001 From: Shrujal Shah Date: Tue, 27 Feb 2024 13:29:59 +0000 Subject: [PATCH] doc: update guide link for Event Loop PR-URL: https://github.com/nodejs/node/pull/51874 Reviewed-By: Trivikram Kamat Reviewed-By: Qingyu Deng Reviewed-By: Luigi Pinca Reviewed-By: Moshe Atlow Reviewed-By: Claudio Wunder Reviewed-By: Tierney Cyren Reviewed-By: Marco Ippolito --- 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 25c3afb5126b3c..eb5962e34eb4f4 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -3969,7 +3969,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