doc: fix broken link in timers doc

PR-URL: https://github.com/nodejs/node/pull/8562
Reviewed-By: Yorkie Liu <yorkiefixer@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Prince John Wesley <princejohnwesley@gmail.com>
This commit is contained in:
Ltrlg 2016-09-16 12:24:24 +02:00 committed by Luigi Pinca
parent 8699ecd340
commit 4e76bffc0c

View File

@ -19,7 +19,7 @@ actions.
## Class: Timeout ## Class: Timeout
This object is created internally and is returned from [`setTimeout()`][] and This object is created internally and is returned from [`setTimeout()`][] and
[`setInterval()`][]. It can be passed to [`clearTimeout`][] or [`setInterval()`][]. It can be passed to [`clearTimeout()`][] or
[`clearInterval()`][] (respectively) in order to cancel the scheduled actions. [`clearInterval()`][] (respectively) in order to cancel the scheduled actions.
By default, when a timer is scheduled using either [`setTimeout()`][] or By default, when a timer is scheduled using either [`setTimeout()`][] or