We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd5bfcc commit ec909b0Copy full SHA for ec909b0
src/app/components/ExternalLinksCard.tsx
@@ -46,9 +46,9 @@ const getURL = (name: Provider) => {
46
case Provider.aws:
47
return 'https://aws.amazon.com/marketplace/pp/prodview-kv5mi3ksb2mma?sr=0-1&ref_=beagle&applicationId=AWSMPContessa';
48
case Provider.azure:
49
- return 'https://console.cloud.google.com/marketplace/product/rhel-cloud/rhel-9?project=cockpituous';
50
- case Provider.google:
51
return 'https://azuremarketplace.microsoft.com/en-us/marketplace/apps/redhat.rhel-20190605?tab=Overview';
+ case Provider.google:
+ return 'https://console.cloud.google.com/marketplace/product/rhel-cloud/rhel-9?project=cockpituous';
52
}
53
};
54
enum Provider {
0 commit comments