diff --git a/frontend/src/concepts/pipelines/EnsureCompatiblePipelineServer.tsx b/frontend/src/concepts/pipelines/EnsureCompatiblePipelineServer.tsx index daed9b4a04..1f9c895bb2 100644 --- a/frontend/src/concepts/pipelines/EnsureCompatiblePipelineServer.tsx +++ b/frontend/src/concepts/pipelines/EnsureCompatiblePipelineServer.tsx @@ -18,7 +18,7 @@ import NoPipelineServer from '~/concepts/pipelines/NoPipelineServer'; import { DeleteServerModal, usePipelinesAPI } from './context'; const DOCS_LINK = - 'https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/2.13/html/release_notes/support-removals_relnotes'; + 'https://docs.redhat.com/en/documentation/red_hat_openshift_ai_self-managed/2.13/html/release_notes/support-removals_relnotes'; type EnsureCompatiblePipelineServerProps = { children: React.ReactNode;