From d35653e4270f31490f9e4e1343d6412b0f8fb74b Mon Sep 17 00:00:00 2001 From: Blaine Bublitz Date: Thu, 18 Oct 2018 16:20:41 -0700 Subject: [PATCH] Docs: Fix broken link in lastRun --- docs/api/last-run.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/last-run.md b/docs/api/last-run.md index e8d0ce5bc..e9350bc33 100644 --- a/docs/api/last-run.md +++ b/docs/api/last-run.md @@ -42,7 +42,7 @@ lastRun(task, [precision]) | parameter | type | note | |:--------------:|:------:|-------| | task
**(required)** | function
string | The task function or the string alias of a registered task. | -| precision | number | Default: `1000` on Node v0.10, `0` on Node v0.12+. Detailed in Timestamp precision][timestamp-precision-section] section below. | +| precision | number | Default: `1000` on Node v0.10, `0` on Node v0.12+. Detailed in [Timestamp precision][timestamp-precision-section] section below. | ### Returns