DocumentationButton: fix documentation url
The old URL pointed to the on-prem documentation, not the service docs.
This commit is contained in:
parent
8b129f4b7c
commit
e9295b8b42
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/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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue