From 5930d59b0fef701b088da32074aab7e7fc51d638 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 PR-URL: https://github.com/nodejs/node/pull/8315 Reviewed-By: Anna Henningsen Reviewed-By: James M Snell --- 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).