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:
parent
5168b80eeb
commit
9c92da8bb3
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue