summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/time
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/time')
-rw-r--r--docs/content/en/functions/time/Duration.md2
-rw-r--r--docs/content/en/functions/time/Now.md2
-rw-r--r--docs/content/en/functions/time/ParseDuration.md2
-rw-r--r--docs/content/en/functions/time/_common/_index.md2
4 files changed, 4 insertions, 4 deletions
diff --git a/docs/content/en/functions/time/Duration.md b/docs/content/en/functions/time/Duration.md
index f9c26d294..051be7ade 100644
--- a/docs/content/en/functions/time/Duration.md
+++ b/docs/content/en/functions/time/Duration.md
@@ -43,4 +43,4 @@ microseconds|`microsecond`, `us`, `µs`
nanoseconds|`nanosecond`, `ns`
[`time.Duration`]: https://pkg.go.dev/time#Duration
-[methods]: /methods/duration
+[methods]: /methods/duration/
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/
diff --git a/docs/content/en/functions/time/ParseDuration.md b/docs/content/en/functions/time/ParseDuration.md
index 091914132..d3369b899 100644
--- a/docs/content/en/functions/time/ParseDuration.md
+++ b/docs/content/en/functions/time/ParseDuration.md
@@ -34,4 +34,4 @@ There are 86400 seconds in one day.
```
[`time.Duration`]: https://pkg.go.dev/time#Duration
-[methods]: /methods/duration
+[methods]: /methods/duration/
diff --git a/docs/content/en/functions/time/_common/_index.md b/docs/content/en/functions/time/_common/_index.md
index 47d5812fb..4328d4d14 100644
--- a/docs/content/en/functions/time/_common/_index.md
+++ b/docs/content/en/functions/time/_common/_index.md
@@ -7,7 +7,7 @@ cascade:
---
<!--
-Files within this headless branch bundle are markdown snippets. Each file must contain front matter delimiters, though front matter fields are not required.
+Files within this headless branch bundle are Markdown snippets. Each file must contain front matter delimiters, though front matter fields are not required.
Include the rendered content using the "include" shortcode.
-->