Skip to content

Commit 297d4e4

Browse files
Alexis374lijuncheng
authored andcommitted
doc: fix a wrong link,add '.md' to the link
fix a wrong link to ../topics/the-event-loop-timers-and-nexttick.md
1 parent c8619ea commit 297d4e4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

doc/guides/timers-in-node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -189,4 +189,4 @@ There's much more to the Event Loop and Timers than this guide
189189
has covered. To learn more about the internals of the Node.js
190190
Event Loop and how Timers operate during execution, check out
191191
this Node.js guide: [The Node.js Event Loop, Timers, and
192-
process.nextTick()](../topics/the-event-loop-timers-and-nexttick).
192+
process.nextTick()](../topics/the-event-loop-timers-and-nexttick.md).

0 commit comments

Comments
 (0)