Skip to content

Commit

Permalink
SAT-28994 - Fix About subscription watch link on RH Cloud Inventory page
Browse files Browse the repository at this point in the history
  • Loading branch information
lfu authored and chris1984 committed Oct 31, 2024
1 parent 87ba0f9 commit bd7dea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export const PageDescription = () => (
{__('For more information about the Subscriptions service, see:')}
 
<a
href="https://access.redhat.com/documentation/en-us/subscription_central/2020-04/html/getting_started_with_subscription_watch/assembly-about-subscriptionwatch"
href="https://docs.redhat.com/en/documentation/subscription_central/1-latest/html/getting_started_with_the_subscriptions_service/index"
target="_blank"
rel="noopener noreferrer"
>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ exports[`PageDescription rendering render without Props 1`] = `
For more information about the Subscriptions service, see:
 
<a
href="https://access.redhat.com/documentation/en-us/subscription_central/2020-04/html/getting_started_with_subscription_watch/assembly-about-subscriptionwatch"
href="https://docs.redhat.com/en/documentation/subscription_central/1-latest/html/getting_started_with_the_subscriptions_service/index"
rel="noopener noreferrer"
target="_blank"
>
Expand Down

0 comments on commit bd7dea7

Please sign in to comment.