]> Cypherpunks.ru repositories - gostls13.git/commitdiff
doc: fix broken x509sha1 setting link
authorCian Ruane <CianLR@users.noreply.github.com>
Tue, 15 Aug 2023 14:34:18 +0000 (14:34 +0000)
committerGopher Robot <gobot@golang.org>
Tue, 15 Aug 2023 19:38:07 +0000 (19:38 +0000)
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>
doc/godebug.md

index 35aac00d76edf69f339055a65f099f14d65a0822..f35abe11042635fb73b3edc713e6ad442c5e3b12 100644 (file)
@@ -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