DocumentationButton: fix documentation url

The old URL pointed to the on-prem documentation, not the service docs.
This commit is contained in:
Sanne Raymaekers 2022-11-16 14:13:16 +01:00
parent 8b129f4b7c
commit e9295b8b42

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/9/html/composing_a_customized_rhel_system_image/index';
'https://access.redhat.com/documentation/en-us/red_hat_enterprise_linux/8/html/creating_customized_rhel_images_using_the_image_builder_service/index';
return (
<Button