diff --git a/integrations/ai/copilot.mdx b/integrations/ai/copilot.mdx index 9e4ae32e..bb32902e 100644 --- a/integrations/ai/copilot.mdx +++ b/integrations/ai/copilot.mdx @@ -17,8 +17,8 @@ mkdir -p .github && curl -o .github/copilot-instructions.md "https://www.checkly ```bash setup-copilot-rules-windows -New-Item -ItemType Directory -Path ".github\instructions" -Force -Invoke-WebRequest -Uri "https://www.checklyhq.com/docs/ai/docs/ai/checkly.rules.md" -OutFile ".github\copilot-instructions.md" +New-Item -ItemType Directory -Path ".github" -Force +Invoke-WebRequest -Uri "https://www.checklyhq.com/docs/ai/checkly.rules.md" -OutFile ".github\copilot-instructions.md" ``` @@ -26,4 +26,4 @@ Invoke-WebRequest -Uri "https://www.checklyhq.com/docs/ai/docs/ai/checkly.rules. You can ask Copilot to install the `checkly` NPM package and generate code for API Checks, Browser checks, Multistep checks -and all other constructs. \ No newline at end of file +and all other constructs.