diff options
Diffstat (limited to 'docs/content/en/methods/time/Format.md')
-rw-r--r-- | docs/content/en/methods/time/Format.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/content/en/methods/time/Format.md b/docs/content/en/methods/time/Format.md index fc3e2635c..d526b7b64 100644 --- a/docs/content/en/methods/time/Format.md +++ b/docs/content/en/methods/time/Format.md @@ -27,7 +27,7 @@ aliases: [/methods/time/format] To [localize] the return value, use the [`time.Format`] function instead. [localize]: /getting-started/glossary/#localization -[`time.Format`]: /functions/time/format +[`time.Format`]: /functions/time/format/ {{% /note %}} Use the `Format` method with any `time.Time` value, including the four predefined front matter dates: @@ -44,7 +44,7 @@ Use the `Format` method with any `time.Time` value, including the four predefine {{% note %}} Use the [`time.Format`] function to format string representations of dates, and to format raw TOML dates that exclude time and time zone offset. -[`time.Format`]: /functions/time/format +[`time.Format`]: /functions/time/format/ {{% /note %}} ## Layout string |