From b3c9db8934fe38d9bbac232f15089d77fdbe359d Mon Sep 17 00:00:00 2001 From: Cian Ruane Date: Tue, 15 Aug 2023 14:34:18 +0000 Subject: [PATCH] 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 Auto-Submit: Dmitri Shuralyov Reviewed-by: Dmitri Shuralyov TryBot-Result: Gopher Robot LUCI-TryBot-Result: Go LUCI Run-TryBot: Dmitri Shuralyov Reviewed-by: Bryan Mills --- doc/godebug.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/godebug.md b/doc/godebug.md index 35aac00d76e..f35abe11042 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