Skip to content
Closed
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
6 changes: 3 additions & 3 deletions cli/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ Checkly is designed to work with AI IDEs and Copilots. You can use your preferre
Checks, Browser Checks and all other constructs.

<Columns cols={3}>
<Card title="GitHub Copilot" icon="/images/github-copilot-icon.svg" href="/integrations/ai/copilot">
<Card title="GitHub Copilot" icon="/images/github-copilot-icon.svg" href="/integrations/ai/rules">
Download the Checkly instructions file and let copilot generate Checkly CLI code for you.
</Card>
<Card title="Cursor" icon="/images/cursor-icon.svg" href="/integrations/ai/cursor">
<Card title="Cursor" icon="/images/cursor-icon.svg" href="/integrations/ai/rules">
Download the Checkly `.mdc` rules file and let Cursor generate Checkly CLI code for you.
</Card>
<Card title="Claude Code" icon="/images/claude-icon.svg" href="/integrations/ai/claude">
<Card title="Claude Code" icon="/images/claude-icon.svg" href="/integrations/ai/rules">
Download the Checkly rules file and let Claude generate Checkly CLI code for you.
</Card>
</Columns>
Expand Down