From 23851891010090494cdd2d89f44dc06205892965 Mon Sep 17 00:00:00 2001 From: CD Cabrera Date: Wed, 20 Nov 2019 15:32:12 -0500 Subject: [PATCH] fix(tourView): learn more href update --- .../tourView/__tests__/__snapshots__/tourView.test.js.snap | 6 +++--- src/components/tourView/tourView.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/tourView/__tests__/__snapshots__/tourView.test.js.snap b/src/components/tourView/__tests__/__snapshots__/tourView.test.js.snap index 69e3793cd..20a60c039 100644 --- a/src/components/tourView/__tests__/__snapshots__/tourView.test.js.snap +++ b/src/components/tourView/__tests__/__snapshots__/tourView.test.js.snap @@ -38,7 +38,7 @@ exports[`TourView Component should have a fallback title: title 1`] = ` @@ -88,7 +88,7 @@ exports[`TourView Component should render a non-connected component: non-connect @@ -138,7 +138,7 @@ exports[`TourView Component should render a translated component: translated 1`] diff --git a/src/components/tourView/tourView.js b/src/components/tourView/tourView.js index 4b77d5dad..91459a350 100644 --- a/src/components/tourView/tourView.js +++ b/src/components/tourView/tourView.js @@ -53,7 +53,7 @@ const TourView = ({ routeDetail, t }) => ( component="a" variant="link" target="_blank" - href="https://access.redhat.com/products/subscription-central" + href="https://access.redhat.com/documentation/subscription_central/2019-11/" > {t('curiosity-tour.emptyStateLink')}