Skip to content

Commit a227a38

Browse files
leSamoHyperkid123
authored andcommittedSep 4, 2023
Fix broken link in NotConnected empty state
1 parent 39d2238 commit a227a38

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed
 

‎packages/components/src/NotConnected/NotConnected.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const NotConnected: React.FC<NotConnectedProps> = ({
2222
<Button
2323
variant="primary"
2424
component="a"
25-
href="http://access.redhat.com/products/cloud_management_services_for_rhel#getstarted"
25+
href="https://access.redhat.com/products/red-hat-insights/"
2626
target="_blank"
2727
rel="noopener noreferrer"
2828
className="pf-u-mt-lg"

‎packages/components/src/NotConnected/__snapshots__/NotConnected.test.js.snap

+3-3
Original file line numberDiff line numberDiff line change
@@ -63,15 +63,15 @@ exports[`Not connected component should render 1`] = `
6363
<Button
6464
className="pf-u-mt-lg"
6565
component="a"
66-
href="http://access.redhat.com/products/cloud_management_services_for_rhel#getstarted"
66+
href="https://access.redhat.com/products/red-hat-insights/"
6767
rel="noopener noreferrer"
6868
target="_blank"
6969
variant="primary"
7070
>
7171
<ButtonBase
7272
className="pf-u-mt-lg"
7373
component="a"
74-
href="http://access.redhat.com/products/cloud_management_services_for_rhel#getstarted"
74+
href="https://access.redhat.com/products/red-hat-insights/"
7575
innerRef={null}
7676
rel="noopener noreferrer"
7777
target="_blank"
@@ -85,7 +85,7 @@ exports[`Not connected component should render 1`] = `
8585
data-ouia-component-type="PF4/Button"
8686
data-ouia-safe={true}
8787
disabled={null}
88-
href="http://access.redhat.com/products/cloud_management_services_for_rhel#getstarted"
88+
href="https://access.redhat.com/products/red-hat-insights/"
8989
rel="noopener noreferrer"
9090
role={null}
9191
target="_blank"

0 commit comments

Comments
 (0)
Please sign in to comment.