From ede46439c163d8b7fbb3591969b9016db7b4b293 Mon Sep 17 00:00:00 2001 From: platex-rehor-bot Date: Thu, 10 Sep 2026 10:23:37 +0000 Subject: [PATCH] fix(overview): Update HCC documentation links to new docs structure RHCLOUD-51022 Update 4 documentation URLs on the Notifications Overview page to point to the new Red Hat HCC documentation structure, replacing old paths using html-single/ and access.redhat.com with the new JTBD-based docs.redhat.com URLs. Co-Authored-By: Claude Opus 4.6 --- src/pages/Notifications/Overview/Page.tsx | 18 ++++-------------- 1 file changed, 4 insertions(+), 14 deletions(-) diff --git a/src/pages/Notifications/Overview/Page.tsx b/src/pages/Notifications/Overview/Page.tsx index ce2450994..6ba1069c0 100644 --- a/src/pages/Notifications/Overview/Page.tsx +++ b/src/pages/Notifications/Overview/Page.tsx @@ -32,14 +32,12 @@ import notificationsProductIcon from '../../../assets/icons/notifications-produc import CustomDataListItem, { IconName } from './CustomDataListItem'; import { Table, Tbody, Td, Tr } from '@patternfly/react-table'; -// eslint-disable-next-line max-len const LEARN_MORE = - 'https://access.redhat.com/documentation/en-us/red_hat_hybrid_cloud_console/1-latest/html-single/configuring_notifications_on_the_red_hat_hybrid_cloud_console/index'; -// eslint-disable-next-line max-len + 'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/observe-configure_notifications_hcc_services'; const CONFIGURE_INTEGRATIONS = - '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'; + 'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/extend-integrate_communication_apps'; const CONFIGURE_SOURCES = - 'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/html-single/configuring_notifications_on_the_red_hat_hybrid_cloud_console/index'; + 'https://docs.redhat.com/en/documentation/red_hat_hybrid_cloud_console/1-latest/observe-configure_notifications_hcc_services'; export const NotificationsOverviewPage: React.FunctionComponent = () => { const navigate = useNavigate(); @@ -268,15 +266,7 @@ export const NotificationsOverviewPage: React.FunctionComponent = () => { The notifications and integrations services work together to transmit messages to third-party applications, such as instant messaging platforms and external ticketing systems, when events occur. Integrations include Splunk, Slack, - ServiceNow,{' '} - - and more - - . + ServiceNow, and more. } />