Skip to content

Commit 1695c84

Browse files
Alexis374Fishrock123
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 65096de commit 1695c84

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)