From 13b8c60bf2803a422e67b5b0f421b1dd69a146be Mon Sep 17 00:00:00 2001 From: Guohua Ouyang Date: Tue, 14 Nov 2023 09:35:01 +0800 Subject: [PATCH] CNV-35198: Update links in getting started resources --- locales/en/plugin__kubevirt-plugin.json | 2 +- .../feature-highlights-section/FeatureHighlightsSection.tsx | 4 ++-- .../related-operators-section/RelatedOperatorsSection.tsx | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/locales/en/plugin__kubevirt-plugin.json b/locales/en/plugin__kubevirt-plugin.json index bdf08fcf7..18971e046 100644 --- a/locales/en/plugin__kubevirt-plugin.json +++ b/locales/en/plugin__kubevirt-plugin.json @@ -816,7 +816,7 @@ "OpenShift Data Foundation (ODF)": "OpenShift Data Foundation (ODF)", "OpenShift Data Foundation (recommended for full functionality) or another persistent storage service is required for OpenShift Virtualization": "OpenShift Data Foundation (recommended for full functionality) or another persistent storage service is required for OpenShift Virtualization", "OpenShift Virtualization": "OpenShift Virtualization", - "OpenShift Virtualization 4.13 Highlights": "OpenShift Virtualization 4.13 Highlights", + "OpenShift Virtualization 4.14 Highlights": "OpenShift Virtualization 4.14 Highlights", "Operating system": "Operating system", "Operating System": "Operating System", "Operating system source already defined": "Operating system source already defined", diff --git a/src/views/clusteroverview/OverviewTab/getting-started-card/feature-highlights-section/FeatureHighlightsSection.tsx b/src/views/clusteroverview/OverviewTab/getting-started-card/feature-highlights-section/FeatureHighlightsSection.tsx index fb9c0dd28..6e92cc170 100644 --- a/src/views/clusteroverview/OverviewTab/getting-started-card/feature-highlights-section/FeatureHighlightsSection.tsx +++ b/src/views/clusteroverview/OverviewTab/getting-started-card/feature-highlights-section/FeatureHighlightsSection.tsx @@ -33,12 +33,12 @@ const FeatureHighlightsSection: React.FC = () => { }, { external: true, - href: 'https://docs.openshift.com/container-platform/4.13/virt/virt-4-13-release-notes.html#virt-4-13-new', + href: 'https://docs.openshift.com/container-platform/4.14/virt/release_notes/virt-4-14-release-notes.html#virt-4-14-new', id: 'item2', title: ( ), }, diff --git a/src/views/clusteroverview/OverviewTab/getting-started-card/related-operators-section/RelatedOperatorsSection.tsx b/src/views/clusteroverview/OverviewTab/getting-started-card/related-operators-section/RelatedOperatorsSection.tsx index e8ae2afff..d1cd289ea 100644 --- a/src/views/clusteroverview/OverviewTab/getting-started-card/related-operators-section/RelatedOperatorsSection.tsx +++ b/src/views/clusteroverview/OverviewTab/getting-started-card/related-operators-section/RelatedOperatorsSection.tsx @@ -16,7 +16,7 @@ const RelatedOperatorsSection: React.FC = () => { const moreLink: GettingStartedLink = { external: true, - href: 'https://access.redhat.com/documentation/en-us/openshift_container_platform/4.10/html/operators/', + href: 'https://access.redhat.com/documentation/en-us/openshift_container_platform/4.14/html/operators/', id: 'openshift-virtualization-related-operators', title: t('Learn more about Operators'), };