From 9550d3ec9bf40426ae24573c2bba2532d40379a3 Mon Sep 17 00:00:00 2001 From: platex-rehor-bot Date: Thu, 10 Sep 2026 16:15:49 +0000 Subject: [PATCH] fix(overview): update documentation URLs to new docs structure RHCLOUD-51016 Replace 7 outdated docs.redhat.com URLs in the Integrations Overview page with their new equivalents following the HCC documentation restructure. This is a re-creation of PR #1521 which was reverted to coordinate with the Sept 16 docs go-live date. Co-Authored-By: Claude Opus 4.6 --- src/components/Overview/index.js | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/components/Overview/index.js b/src/components/Overview/index.js index 6e4769c0..b0f82850 100644 --- a/src/components/Overview/index.js +++ b/src/components/Overview/index.js @@ -46,10 +46,10 @@ import { bold } from '../../utilities/intlShared'; import { useFlag } from '@unleash/proxy-client-react'; const VIEW_DOCUMENTATION = - 'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/html/configuring_notifications_on_the_red_hat_hybrid_cloud_console/assembly-intro_notifications'; + 'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/observe-configure_notifications_hcc_services'; const VIEW_DOCUMENTATION_CLOUD = - 'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/html-single/configuring_cloud_integrations_for_red_hat_services/index'; + 'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/integrate-integrate_external_infrastructure_with_rh_services'; const Overview = () => { const { quickStarts } = useChrome(); @@ -84,7 +84,7 @@ const Overview = () => { 'Receive event notifications in your preferred communications application by connecting the Hybrid Cloud Console with Microsoft Teams, Google Chat, Slack, email', }), learnMoreLink: - 'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/html-single/integrating_the_red_hat_hybrid_cloud_console_with_third-party_applications/index#assembly-integrating-comms_integrations', + 'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/extend-integrate_communication_apps', }, { isExpanded: false, @@ -112,7 +112,7 @@ const Overview = () => { }, ServiceNow, or Splunk.`, }), learnMoreLink: - 'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/html-single/integrating_the_red_hat_hybrid_cloud_console_with_third-party_applications/index#assembly-integrating-reporting_integrating-communications', + 'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/extend-integrate_reporting_automation_apps', }, { isExpanded: false, @@ -137,7 +137,7 @@ const Overview = () => { 'Receive Hybrid Cloud Console event notifications in third-party applications where native integration is not available by configuring a webhook integration.', }), learnMoreLink: - 'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/html-single/integrating_the_red_hat_hybrid_cloud_console_with_third-party_applications/index#assembly-configuring-integration-with-webhooks_integrations', + 'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/extend-integrate_other_apps_with_webhooks', }, { isExpanded: false, @@ -162,7 +162,7 @@ const Overview = () => { 'To use public cloud provider data with Hybrid Cloud Console services, connect your Amazon Web Services (AWS), Google Cloud or Microsoft Azure account to the Hybrid Cloud Console.', }), learnMoreLink: - 'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/html/configuring_cloud_integrations_for_red_hat_services/about-cloud-integrations_crc-cloud-integrations', + 'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/integrate-integrate_external_infrastructure_with_rh_services', }, { isExpanded: false, @@ -187,7 +187,7 @@ const Overview = () => { 'Manage your cloud costs with Hybrid Cloud Console services by connecting your Red Hat OpenShift Container Platform environment.', }), learnMoreLink: - 'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/html/configuring_cloud_integrations_for_red_hat_services/redhat-cloud-integrations_crc-cloud-integrations', + 'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/integrate-connect_ocp_integration', }, ];