mirror of
https://github.com/prowler-cloud/prowler.git
synced 2026-07-24 04:51:51 +00:00
feat(ui): add changes for urls
This commit is contained in:
@@ -44,22 +44,22 @@ export const getProviderVideoLink = (providerType: ProviderType) => {
|
||||
case "aws":
|
||||
return {
|
||||
text: "How to setup an AWS account",
|
||||
link: "https://google.com",
|
||||
link: "https://docs.prowler.com/projects/prowler-open-source/en/latest/tutorials/prowler-app/#step-41-aws-credentials",
|
||||
};
|
||||
case "azure":
|
||||
return {
|
||||
text: "How to setup an Azure subscription",
|
||||
link: "https://google.com",
|
||||
link: "https://docs.prowler.com/projects/prowler-open-source/en/latest/tutorials/prowler-app/#step-42-azure-credentials",
|
||||
};
|
||||
case "gcp":
|
||||
return {
|
||||
text: "How to setup a GCP project",
|
||||
link: "https://google.com",
|
||||
link: "https://docs.prowler.com/projects/prowler-open-source/en/latest/tutorials/prowler-app/#step-43-gcp-credentials",
|
||||
};
|
||||
case "kubernetes":
|
||||
return {
|
||||
text: "How to setup a Kubernetes cluster",
|
||||
link: "https://google.com",
|
||||
link: "https://docs.prowler.com/projects/prowler-open-source/en/latest/tutorials/prowler-app/#step-44-kubernetes-credentials",
|
||||
};
|
||||
default:
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user