From 297d4e44056ad551233a4bbc88711e84de5b03a0 Mon Sep 17 00:00:00 2001 From: Alexis374 <879736822@qq.com> Date: Mon, 29 Aug 2016 10:37:14 +0800 Subject: [PATCH] doc: fix a wrong link,add '.md' to the link fix a wrong link to ../topics/the-event-loop-timers-and-nexttick.md --- doc/guides/timers-in-node.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/guides/timers-in-node.md b/doc/guides/timers-in-node.md index 3be7069e4389ae..f9e9c3bcc41f0f 100644 --- a/doc/guides/timers-in-node.md +++ b/doc/guides/timers-in-node.md @@ -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).