From b46cedcd49925914312f301c81d65ca09933aa4e Mon Sep 17 00:00:00 2001 From: regexowl Date: Wed, 18 Sep 2024 15:38:59 +0200 Subject: [PATCH] constants: Update documentation links This updates other incorrect links on the page. --- src/constants.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/constants.ts b/src/constants.ts index 8b8e14e9..4e55684c 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -13,7 +13,7 @@ export const CDN_STAGE_URL = 'https://cdn.stage.redhat.com/'; export const CONTENT_URL = '/insights/content/repositories'; export const DEVELOPERS_URL = 'https://developers.redhat.com/about'; export const FILE_SYSTEM_CUSTOMIZATION_URL = - 'https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html/creating_customized_images_by_using_insights_image_builder/customizing-file-systems-during-the-image-creation'; + 'https://docs.redhat.com/en/documentation/red_hat_insights/1-latest/html/deploying_and_managing_rhel_systems_in_hybrid_clouds/index#creating-a-blueprint_creating-blueprints-and-blueprint-images'; export const SUBSCRIPTION_MANAGEMENT_URL = 'https://access.redhat.com/management/subscriptions'; export const INSIGHTS_URL = @@ -30,14 +30,14 @@ export const ACTIVATION_KEYS_STAGE_URL = export const COMPLIANCE_AND_VULN_SCANNING_URL = 'https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/6/html/security_guide/chap-compliance_and_vulnerability_scanning'; export const CREATING_IMAGES_WITH_IB_URL = - 'https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html/creating_customized_images_by_using_insights_image_builder/index'; + 'https://docs.redhat.com/en/documentation/red_hat_insights/1-latest/html/deploying_and_managing_rhel_systems_in_hybrid_clouds/index'; export const MANAGING_WITH_DNF_URL = 'https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/9/html/managing_software_with_the_dnf_tool/index'; export const CREATING_IMAGES_WITH_IB_SERVICE_URL = - 'https://docs.redhat.com/en/documentation/red_hat_insights/1-latest/html-single/deploying_and_managing_rhel_systems_in_hybrid_clouds/index'; + 'https://docs.redhat.com/en/documentation/red_hat_insights/1-latest/html/deploying_and_managing_rhel_systems_in_hybrid_clouds/index'; export const OSTREE_URL = 'https://ostreedev.github.io/ostree/'; export const DOCUMENTATION_URL = - 'https://docs.redhat.com/en/documentation/red_hat_enterprise_linux/8/html/creating_customized_images_by_using_insights_image_builder/index'; + 'https://docs.redhat.com/en/documentation/red_hat_insights/1-latest/html/deploying_and_managing_rhel_systems_in_hybrid_clouds/index'; export const CREATE_RHEL_IMAGES_WITH_AUTOMATED_MANAGEMENT_URL = 'https://docs.redhat.com/en/documentation/edge_management/2022/html/create_rhel_for_edge_images_and_configure_automated_management/index'; export const OSBUILD_SERVICE_ARCHITECTURE_URL =