Skip to content

Commit ec909b0

Browse files
epapbakF-X64
authored andcommitted
Fix switched provider URLs
1 parent dd5bfcc commit ec909b0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/components/ExternalLinksCard.tsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,9 @@ const getURL = (name: Provider) => {
4646
case Provider.aws:
4747
return 'https://aws.amazon.com/marketplace/pp/prodview-kv5mi3ksb2mma?sr=0-1&ref_=beagle&applicationId=AWSMPContessa';
4848
case Provider.azure:
49-
return 'https://console.cloud.google.com/marketplace/product/rhel-cloud/rhel-9?project=cockpituous';
50-
case Provider.google:
5149
return 'https://azuremarketplace.microsoft.com/en-us/marketplace/apps/redhat.rhel-20190605?tab=Overview';
50+
case Provider.google:
51+
return 'https://console.cloud.google.com/marketplace/product/rhel-cloud/rhel-9?project=cockpituous';
5252
}
5353
};
5454
enum Provider {

0 commit comments

Comments
 (0)