Skip to content

Commit de22ff6

Browse files
sushi90MylesBorins
authored andcommitted
doc: fix broken URL to event loop guide
PR-URL: #11670 Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Yuta Hiroto <hello@about-hiroppy.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
1 parent 0dfb9da commit de22ff6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/timers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ added: v0.0.1
163163
Cancels a `Timeout` object created by [`setTimeout()`][].
164164

165165

166-
[the Node.js Event Loop]: https://github.com/nodejs/node/blob/master/doc/topics/event-loop-timers-and-nexttick.md
166+
[the Node.js Event Loop]: https://nodejs.org/en/docs/guides/event-loop-timers-and-nexttick
167167
[`TypeError`]: errors.html#errors_class_typeerror
168168
[`clearImmediate()`]: timers.html#timers_clearimmediate_immediate
169169
[`clearInterval()`]: timers.html#timers_clearinterval_timeout

0 commit comments

Comments
 (0)