Skip to content

Commit bce5601

Browse files
rolandshoemakergopherbot
authored andcommitted
cmd/go: fix fips doc link
Change-Id: I8f06ebd65ba9961e19274c1e5fec251b18395d1c Reviewed-on: https://go-review.googlesource.com/c/go/+/691435 Reviewed-by: Dmitri Shuralyov <[email protected]> Reviewed-by: Sean Liao <[email protected]> Auto-Submit: Roland Shoemaker <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]>
1 parent 777d76c commit bce5601

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/cmd/go/alldocs.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,7 @@ Special-purpose environment variables:
695695
The default is GOFIPS140=off, which makes no FIPS-140 changes at all.
696696
Other values enable FIPS-140 compliance measures and select alternate
697697
versions of the cryptography source code.
698-
See https://go.dev/security/fips140 for details.
698+
See https://go.dev/doc/security/fips140 for details.
699699
GO_EXTLINK_ENABLED
700700
Whether the linker should use external linking mode
701701
when using -linkmode=auto with code that uses cgo.

0 commit comments

Comments
 (0)