summaryrefslogtreecommitdiffstats
path: root/docs/content/en/methods/page/PublishDate.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/methods/page/PublishDate.md')
-rw-r--r--docs/content/en/methods/page/PublishDate.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/methods/page/PublishDate.md b/docs/content/en/methods/page/PublishDate.md
index b1c0717a9..d1f2eb2a1 100644
--- a/docs/content/en/methods/page/PublishDate.md
+++ b/docs/content/en/methods/page/PublishDate.md
@@ -29,7 +29,7 @@ The publish date is a [time.Time] value. Format and localize the value with the
In the example above we explicitly set the publish date in front matter. With Hugo's default configuration, the `PublishDate` method returns the front matter value. This behavior is configurable, allowing you to set fallback values if the publish date is not defined in front matter. See [details].
-[`time.Format`]: /functions/time/format
+[`time.Format`]: /functions/time/format/
[details]: /getting-started/configuration/#configure-dates
-[time methods]: /methods/time
+[time methods]: /methods/time/
[time.Time]: https://pkg.go.dev/time#Time