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: https://github.com/nodejs/node/pull/8315
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Alexis374 2016-08-29 10:37:14 +08:00 committed by Anna Henningsen
parent 3905f48882
commit 5930d59b0f
No known key found for this signature in database
GPG Key ID: D8B9F5AEAE84E4CF

View File

@ -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).