aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/godebug.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/godebug.md b/doc/godebug.md
index 35aac00d76..f35abe1104 100644
--- a/doc/godebug.md
+++ b/doc/godebug.md
@@ -195,7 +195,7 @@ There is no plan to remove this setting.
### Go 1.18
Go 1.18 removed support for SHA1 in most X.509 certificates,
-controlled by the [`x509sha1` setting](/crypto/x509#InsecureAlgorithmError).
+controlled by the [`x509sha1` setting](/pkg/crypto/x509#InsecureAlgorithmError).
This setting will be removed in a future release, Go 1.22 at the earliest.
### Go 1.10