Skip to content

Commit

Permalink
systemd: Add a meaningful tuned doc link
Browse files Browse the repository at this point in the history
It was previously pointing to the top-level web console docs.
  • Loading branch information
martinpitt committed Aug 19, 2024
1 parent 2686f2e commit f0e7227
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/systemd/overview-cards/tuned-dialog.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ const TunedDialog = ({
variant='link'
isInline
icon={<ExternalLinkSquareAltIcon />} iconPosition="right"
href="https://docs.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html-single/managing_systems_using_the_rhel_9_web_console/index">
href="https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/monitoring_and_managing_system_status_and_performance/index">
{_("Learn more")}
</Button>
}
Expand Down

0 comments on commit f0e7227

Please sign in to comment.