Skip to content

Commit 5930d59

Browse files
Alexis374addaleax
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 PR-URL: #8315 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 3905f48 commit 5930d59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/guides/timers-in-node.md

+1-1
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)