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