Skip to content

Commit

Permalink
systemd: Fix broken RHEL 9 FIPS doc link
Browse files Browse the repository at this point in the history
The RHEL 9 one is broken:
https://issues.redhat.com/browse/DOCS-1210

The RHEL 8 docs apply 100% to RHEL 9.
  • Loading branch information
martinpitt committed Aug 19, 2024
1 parent 9b71a70 commit e1c9985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/systemd/overview-cards/cryptoPolicies.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -115,7 +115,7 @@ const CryptoPolicyDialog = ({
variant='link'
isInline
icon={<ExternalLinkSquareAltIcon />} 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")}
</Button>
</Flex>),
Expand Down

0 comments on commit e1c9985

Please sign in to comment.