From: Cian Ruane Date: Tue, 15 Aug 2023 14:34:18 +0000 (+0000) Subject: doc: fix broken x509sha1 setting link X-Git-Tag: go1.22rc1~1286 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=b3c9db8934fe38d9bbac232f15089d77fdbe359d;p=gostls13.git 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 --- 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