From 2a911bd8beb0bcb6e0d3ab3bd3f28be887d75105 Mon Sep 17 00:00:00 2001 From: Martin Pitt Date: Mon, 19 Aug 2024 05:20:44 +0200 Subject: [PATCH] systemd: Fix broken RHEL 9 FIPS doc link The RHEL 9 one is broken: https://issues.redhat.com/browse/DOCS-1210 The RHEL 8 docs apply 100% to RHEL 9. --- pkg/systemd/overview-cards/cryptoPolicies.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/systemd/overview-cards/cryptoPolicies.jsx b/pkg/systemd/overview-cards/cryptoPolicies.jsx index f20d85546d0..dc8b996ec78 100644 --- a/pkg/systemd/overview-cards/cryptoPolicies.jsx +++ b/pkg/systemd/overview-cards/cryptoPolicies.jsx @@ -115,7 +115,7 @@ const CryptoPolicyDialog = ({ variant='link' isInline icon={} iconPosition="right" - href="https://docs.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/security_hardening/assembly_installing-the-system-in-fips-mode_security-hardening"> + href="https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html/security_hardening/switching-rhel-to-fips-mode_security-hardening"> {_("Learn more")} ),