Skip to content

Commit

Permalink
doc: fix a wrong link,add '.md' to the link
Browse files Browse the repository at this point in the history
fix a wrong link to ../topics/the-event-loop-timers-and-nexttick.md
  • Loading branch information
Alexis374 authored and lijuncheng committed Aug 30, 2016
1 parent c8619ea commit 297d4e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/guides/timers-in-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -189,4 +189,4 @@ There's much more to the Event Loop and Timers than this guide
has covered. To learn more about the internals of the Node.js
Event Loop and how Timers operate during execution, check out
this Node.js guide: [The Node.js Event Loop, Timers, and
process.nextTick()](../topics/the-event-loop-timers-and-nexttick).
process.nextTick()](../topics/the-event-loop-timers-and-nexttick.md).

0 comments on commit 297d4e4

Please sign in to comment.