From e71780abd87d6ff9af5a704731211a38643dc2ca Mon Sep 17 00:00:00 2001 From: Mateusz Poliwczak Date: Tue, 11 Feb 2025 19:03:31 +0000 Subject: [PATCH] _content/doc: use correct link in FIPS 140-3 Go 1.24 relnote Change-Id: I1ae615b178ea900f58f29832fbb2cbe6862385db GitHub-Last-Rev: 634e73a9063d6f29d793f381ff1fde479aecbcc7 GitHub-Pull-Request: golang/website#308 Reviewed-on: https://go-review.googlesource.com/c/website/+/648499 Reviewed-by: Dmitri Shuralyov Auto-Submit: Ian Lance Taylor LUCI-TryBot-Result: Go LUCI Reviewed-by: Ian Lance Taylor --- _content/doc/go1.24.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_content/doc/go1.24.md b/_content/doc/go1.24.md index e664f81729..9610d33e98 100644 --- a/_content/doc/go1.24.md +++ b/_content/doc/go1.24.md @@ -273,7 +273,7 @@ All three packages are based on pre-existing `golang.org/x/crypto/...` packages. ### FIPS 140-3 compliance {#fips140} This release includes [a new set of mechanisms to facilitate FIPS 140-3 -compliance](/security/fips140). +compliance](/doc/security/fips140). The Go Cryptographic Module is a set of internal standard library packages that are transparently used to implement FIPS 140-3 approved algorithms. Applications