summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/time/Now.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/time/Now.md')
-rw-r--r--docs/content/en/functions/time/Now.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/time/Now.md b/docs/content/en/functions/time/Now.md
index 60e45a91c..28ac7acfc 100644
--- a/docs/content/en/functions/time/Now.md
+++ b/docs/content/en/functions/time/Now.md
@@ -43,6 +43,6 @@ The `time.Now` function returns a `time.Time` value, so you can chain any of the
{{ time.Now.Unix }} → 1697400955 (int64)
```
-[`time.Format`]: /functions/time/format
+[`time.Format`]: /functions/time/format/
[localize]: /getting-started/glossary/#localization
[time methods]: /methods/time/