aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMateusz Poliwczak <mpoliwczak34@gmail.com>2025-02-11 19:03:31 +0000
committerGopher Robot <gobot@golang.org>2025-02-11 11:27:07 -0800
commite71780abd87d6ff9af5a704731211a38643dc2ca (patch)
tree95c2dcae3396344ae6f1388e714ccdf25f158c4d
parent7512f72bc91728411e0b5cf4a850e0c1dbb7144a (diff)
downloadgo-x-website-e71780abd87d6ff9af5a704731211a38643dc2ca.tar.xz
_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 <dmitshur@google.com> Auto-Submit: Ian Lance Taylor <iant@google.com> LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com> Reviewed-by: Ian Lance Taylor <iant@google.com>
-rw-r--r--_content/doc/go1.24.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/_content/doc/go1.24.md b/_content/doc/go1.24.md
index e664f817..9610d33e 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