aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCian Ruane <CianLR@users.noreply.github.com>2023-08-15 14:34:18 +0000
committerGopher Robot <gobot@golang.org>2023-08-15 19:38:07 +0000
commitb3c9db8934fe38d9bbac232f15089d77fdbe359d (patch)
tree5f205aba88493389f55f5666e5fbd18b6d9d7c6f
parent9c93ad5520c4f995ee0ec8d1a80dd17c633002ae (diff)
downloadgo-b3c9db8934fe38d9bbac232f15089d77fdbe359d.tar.xz
doc: fix broken x509sha1 setting link
The link was missing the /pkg/ prefix. Fixes #62034. Change-Id: I96c43f06621e30241e140948129e90f0bd5f8d13 GitHub-Last-Rev: c1e7413f76a25ea18a460fb3af732532429d7ff9 GitHub-Pull-Request: golang/go#62040 Reviewed-on: https://go-review.googlesource.com/c/go/+/519575 Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org> Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Dmitri Shuralyov <dmitshur@google.com> TryBot-Result: Gopher Robot <gobot@golang.org> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org> Reviewed-by: Bryan Mills <bcmills@google.com>
-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