]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go: fix fips doc link
authorRoland Shoemaker <roland@golang.org>
Tue, 29 Jul 2025 16:19:51 +0000 (09:19 -0700)
committerGopher Robot <gobot@golang.org>
Fri, 8 Aug 2025 19:57:33 +0000 (12:57 -0700)
Change-Id: I8f06ebd65ba9961e19274c1e5fec251b18395d1c
Reviewed-on: https://go-review.googlesource.com/c/go/+/691435
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Reviewed-by: Sean Liao <sean@liao.dev>
Auto-Submit: Roland Shoemaker <roland@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

src/cmd/go/alldocs.go
src/cmd/go/internal/help/helpdoc.go

index 7403b92cd14a3c46771350cd49617b7509cb5213..e472f25eea8322bce25ee2bff6d00fde0f233538 100644 (file)
 //             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.
index 7f8565a3cbab82948b7f088bac53aa90af0f600f..9d44b862eec3e543153279848cceb5b4177692d2 100644 (file)
@@ -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.