summaryrefslogtreecommitdiffstats
path: root/docs/content/en/functions/errorf.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/content/en/functions/errorf.md')
-rw-r--r--docs/content/en/functions/errorf.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/content/en/functions/errorf.md b/docs/content/en/functions/errorf.md
index 41ea2f192..04fd0edb0 100644
--- a/docs/content/en/functions/errorf.md
+++ b/docs/content/en/functions/errorf.md
@@ -30,7 +30,7 @@ Both functions return an empty string, so the messages are only printed to the c
{{ warnf "You should update the shortcodes in %q" .Path }}
```
-Note that `errorf`, `erroridf`, and `warnf` support all the formatting verbs of the [fmt](https://golang.org/pkg/fmt/) package.
+Note that `errorf`, `erroridf`, and `warnf` support all the formatting verbs of the [fmt](https://pkg.go.dev/fmt) package.
## Suppress errors