Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const CLOUD_PROVIDERS = [
description: 'Scan AWS Security Hub for vulnerabilities and compliance issues',
color: 'from-orange-500 to-yellow-600',
logoUrl: 'https://img.logo.dev/aws.amazon.com?token=pk_AZatYxV5QDSfWpRDaBxzRQ',
guideUrl: 'https://trycomp.ai/docs/integrations/aws',
guideUrl: 'https://trycomp.ai/docs/cloud-tests/aws',
},
{
id: 'gcp' as const,
Expand All @@ -31,7 +31,7 @@ const CLOUD_PROVIDERS = [
description: 'Monitor GCP Security Command Center for security findings',
color: 'from-blue-500 to-cyan-600',
logoUrl: 'https://img.logo.dev/cloud.google.com?token=pk_AZatYxV5QDSfWpRDaBxzRQ',
guideUrl: 'https://trycomp.ai/docs/integrations/gcp',
guideUrl: 'https://trycomp.ai/docs/cloud-tests/gcp',
},
{
id: 'azure' as const,
Expand All @@ -40,7 +40,7 @@ const CLOUD_PROVIDERS = [
description: 'Check Azure Security Center for compliance data',
color: 'from-blue-600 to-indigo-700',
logoUrl: 'https://img.logo.dev/azure.microsoft.com?token=pk_AZatYxV5QDSfWpRDaBxzRQ',
guideUrl: 'https://trycomp.ai/docs/integrations/azure',
guideUrl: 'https://trycomp.ai/docs/cloud-tests/azure',
},
];

Expand Down
2 changes: 1 addition & 1 deletion packages/docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ title: "Welcome to Comp AI"
Resource links for Comp AI features

<CardGroup cols={2}>
<Card title="Integrations" href="https://trycomp.ai/docs/integrations">
<Card title="Integrations" href="https://trycomp.ai/docs/cloud-tests">
Connect to cloud providers such as AWS, GCP and Azure
</Card>
<Card title="Comp AI Device Agent" href="https://trycomp.ai/docs/device-agent">
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/src/aws/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const config: {
logo: Logo,
short_description:
'Connect with Amazon Web Services to show your cloud infrastructure is compliant.',
guide_url: 'https://trycomp.ai/docs/integrations/aws',
guide_url: 'https://trycomp.ai/docs/cloud-tests/aws',
description:
'Comp AI can automatically collect evidence from your AWS account to show your cloud infrastructure is compliant with different compliance frameworks.',
images: [],
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/src/azure/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const config: {
active: true,
logo: Logo,
short_description: 'Connect with Microsoft Azure to show your cloud infrastructure is compliant.',
guide_url: 'https://trycomp.ai/docs/integrations/azure',
guide_url: 'https://trycomp.ai/docs/cloud-tests/azure',
description:
'Comp AI can automatically collect evidence from your Microsoft Azure account to show your cloud infrastructure is compliant with different compliance frameworks.',
images: [],
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/src/gcp/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const config: {
logo: Logo,
short_description:
'Connect with Google Cloud Platform to show your cloud infrastructure is compliant.',
guide_url: 'https://trycomp.ai/docs/integrations/gcp',
guide_url: 'https://trycomp.ai/docs/cloud-tests/gcp',
description:
'Comp AI can automatically collect evidence from your Google Cloud Platform account to show your cloud infrastructure is compliant with different compliance frameworks.',
images: [],
Expand Down
2 changes: 1 addition & 1 deletion packages/integrations/src/github/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ const config: {
active: true,
logo: Logo,
short_description: 'Store GitHub credentials for use in automations.',
guide_url: 'https://trycomp.ai/docs/integrations/github',
guide_url: 'https://trycomp.ai/docs/cloud-tests/github',
description:
'This allows AI automations to check repository settings like Dependabot status, branch protection rules, and pull request configurations.',
images: [],
Expand Down
Loading