Skip to content

Commit 5a6720b

Browse files
Update link to each cloud test (#1720)
* fix(app): update cloud test docs links * fix(integrations): update link to each cloud test * fix(docs): update link to cloud test docs --------- Co-authored-by: chasprowebdev <[email protected]>
1 parent af48b46 commit 5a6720b

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

apps/app/src/app/(app)/[orgId]/cloud-tests/components/EmptyState.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const CLOUD_PROVIDERS = [
2222
description: 'Scan AWS Security Hub for vulnerabilities and compliance issues',
2323
color: 'from-orange-500 to-yellow-600',
2424
logoUrl: 'https://img.logo.dev/aws.amazon.com?token=pk_AZatYxV5QDSfWpRDaBxzRQ',
25-
guideUrl: 'https://trycomp.ai/docs/integrations/aws',
25+
guideUrl: 'https://trycomp.ai/docs/cloud-tests/aws',
2626
},
2727
{
2828
id: 'gcp' as const,
@@ -31,7 +31,7 @@ const CLOUD_PROVIDERS = [
3131
description: 'Monitor GCP Security Command Center for security findings',
3232
color: 'from-blue-500 to-cyan-600',
3333
logoUrl: 'https://img.logo.dev/cloud.google.com?token=pk_AZatYxV5QDSfWpRDaBxzRQ',
34-
guideUrl: 'https://trycomp.ai/docs/integrations/gcp',
34+
guideUrl: 'https://trycomp.ai/docs/cloud-tests/gcp',
3535
},
3636
{
3737
id: 'azure' as const,
@@ -40,7 +40,7 @@ const CLOUD_PROVIDERS = [
4040
description: 'Check Azure Security Center for compliance data',
4141
color: 'from-blue-600 to-indigo-700',
4242
logoUrl: 'https://img.logo.dev/azure.microsoft.com?token=pk_AZatYxV5QDSfWpRDaBxzRQ',
43-
guideUrl: 'https://trycomp.ai/docs/integrations/azure',
43+
guideUrl: 'https://trycomp.ai/docs/cloud-tests/azure',
4444
},
4545
];
4646

packages/docs/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ title: "Welcome to Comp AI"
2121
Resource links for Comp AI features
2222

2323
<CardGroup cols={2}>
24-
<Card title="Integrations" href="https://trycomp.ai/docs/integrations">
24+
<Card title="Integrations" href="https://trycomp.ai/docs/cloud-tests">
2525
Connect to cloud providers such as AWS, GCP and Azure
2626
</Card>
2727
<Card title="Comp AI Device Agent" href="https://trycomp.ai/docs/device-agent">

packages/integrations/src/aws/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const config: {
3232
logo: Logo,
3333
short_description:
3434
'Connect with Amazon Web Services to show your cloud infrastructure is compliant.',
35-
guide_url: 'https://trycomp.ai/docs/integrations/aws',
35+
guide_url: 'https://trycomp.ai/docs/cloud-tests/aws',
3636
description:
3737
'Comp AI can automatically collect evidence from your AWS account to show your cloud infrastructure is compliant with different compliance frameworks.',
3838
images: [],

packages/integrations/src/azure/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const config: {
3232
active: true,
3333
logo: Logo,
3434
short_description: 'Connect with Microsoft Azure to show your cloud infrastructure is compliant.',
35-
guide_url: 'https://trycomp.ai/docs/integrations/azure',
35+
guide_url: 'https://trycomp.ai/docs/cloud-tests/azure',
3636
description:
3737
'Comp AI can automatically collect evidence from your Microsoft Azure account to show your cloud infrastructure is compliant with different compliance frameworks.',
3838
images: [],

packages/integrations/src/gcp/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ const config: {
3030
logo: Logo,
3131
short_description:
3232
'Connect with Google Cloud Platform to show your cloud infrastructure is compliant.',
33-
guide_url: 'https://trycomp.ai/docs/integrations/gcp',
33+
guide_url: 'https://trycomp.ai/docs/cloud-tests/gcp',
3434
description:
3535
'Comp AI can automatically collect evidence from your Google Cloud Platform account to show your cloud infrastructure is compliant with different compliance frameworks.',
3636
images: [],

packages/integrations/src/github/config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ const config: {
3232
active: true,
3333
logo: Logo,
3434
short_description: 'Store GitHub credentials for use in automations.',
35-
guide_url: 'https://trycomp.ai/docs/integrations/github',
35+
guide_url: 'https://trycomp.ai/docs/cloud-tests/github',
3636
description:
3737
'This allows AI automations to check repository settings like Dependabot status, branch protection rules, and pull request configurations.',
3838
images: [],

0 commit comments

Comments
 (0)