diff --git a/src/Components/sharedComponents/DocumentationButton.js b/src/Components/sharedComponents/DocumentationButton.js index 90f74b50..8c0aeb69 100644 --- a/src/Components/sharedComponents/DocumentationButton.js +++ b/src/Components/sharedComponents/DocumentationButton.js @@ -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 (