Wizard: Update image output step links from RHEL 8 to RHEL 9

Fixes #776. This updates Documentation links on Image output step from RHEL 8 docs URLs to RHEL 9 docs URLs.
This commit is contained in:
regexowl 2022-10-20 09:46:28 +02:00 committed by Lucas Garfield
parent 5168b80eeb
commit 9c92da8bb3

View file

@ -4,7 +4,7 @@ import { ExternalLinkAltIcon } from '@patternfly/react-icons';
const DocumentationButton = () => {
const documentationURL =
'https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/uploading_a_customized_rhel_system_image_to_cloud_environments/index';
'https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/9/html/composing_a_customized_rhel_system_image/index';
return (
<Button