Skip to content

Commit

Permalink
fix(tourView): learn more href update
Browse files Browse the repository at this point in the history
  • Loading branch information
cdcabrera committed Nov 20, 2019
1 parent 7daa8a6 commit 2385189
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ exports[`TourView Component should have a fallback title: title 1`] = `
<EmptyStateSecondaryActions>
<Component
component="a"
href="https://access.redhat.com/products/subscription-central"
href="https://access.redhat.com/documentation/subscription_central/2019-11/"
target="_blank"
variant="link"
>
Expand Down Expand Up @@ -88,7 +88,7 @@ exports[`TourView Component should render a non-connected component: non-connect
<EmptyStateSecondaryActions>
<Component
component="a"
href="https://access.redhat.com/products/subscription-central"
href="https://access.redhat.com/documentation/subscription_central/2019-11/"
target="_blank"
variant="link"
>
Expand Down Expand Up @@ -138,7 +138,7 @@ exports[`TourView Component should render a translated component: translated 1`]
<EmptyStateSecondaryActions>
<Component
component="a"
href="https://access.redhat.com/products/subscription-central"
href="https://access.redhat.com/documentation/subscription_central/2019-11/"
target="_blank"
variant="link"
>
Expand Down
2 changes: 1 addition & 1 deletion src/components/tourView/tourView.js
Original file line number Diff line number Diff line change
Expand Up @@ -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')}
</Button>
Expand Down

0 comments on commit 2385189

Please sign in to comment.