From: Roland Shoemaker Date: Tue, 29 Jul 2025 16:19:51 +0000 (-0700) Subject: cmd/go: fix fips doc link X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=bce5601cbbb1a3a33ecdb13b796033e44931a3da;p=gostls13.git cmd/go: fix fips doc link Change-Id: I8f06ebd65ba9961e19274c1e5fec251b18395d1c Reviewed-on: https://go-review.googlesource.com/c/go/+/691435 Reviewed-by: Dmitri Shuralyov Reviewed-by: Sean Liao Auto-Submit: Roland Shoemaker LUCI-TryBot-Result: Go LUCI --- diff --git a/src/cmd/go/alldocs.go b/src/cmd/go/alldocs.go index 7403b92cd1..e472f25eea 100644 --- a/src/cmd/go/alldocs.go +++ b/src/cmd/go/alldocs.go @@ -2527,7 +2527,7 @@ // The default is GOFIPS140=off, which makes no FIPS-140 changes at all. // Other values enable FIPS-140 compliance measures and select alternate // versions of the cryptography source code. -// See https://go.dev/security/fips140 for details. +// See https://go.dev/doc/security/fips140 for details. // GO_EXTLINK_ENABLED // Whether the linker should use external linking mode // when using -linkmode=auto with code that uses cgo. diff --git a/src/cmd/go/internal/help/helpdoc.go b/src/cmd/go/internal/help/helpdoc.go index 7f8565a3cb..9d44b862ee 100644 --- a/src/cmd/go/internal/help/helpdoc.go +++ b/src/cmd/go/internal/help/helpdoc.go @@ -695,7 +695,7 @@ Special-purpose environment variables: The default is GOFIPS140=off, which makes no FIPS-140 changes at all. Other values enable FIPS-140 compliance measures and select alternate versions of the cryptography source code. - See https://go.dev/security/fips140 for details. + See https://go.dev/doc/security/fips140 for details. GO_EXTLINK_ENABLED Whether the linker should use external linking mode when using -linkmode=auto with code that uses cgo.