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

PR-URL: #8315
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
  • Loading branch information
Alexis374 authored and addaleax committed Sep 2, 2016
1 parent 3905f48 commit 5930d59
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 5930d59

Please sign in to comment.