Skip to content

Commit 0736622

Browse files
authored
docs: update ai rewrite and docs [sc-00]. (#1324)
1 parent a7c5d3e commit 0736622

File tree

4 files changed

+13
-496
lines changed

4 files changed

+13
-496
lines changed

site/content/docs/ai/use-checkly-with-ai-ide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ When asking questions about Checkly manually add the download rules files to you
4343
{{< tab "Mac and Linux" >}}
4444

4545
```bash
46-
mkdir -p .github && curl -o .github/copilot-instructions.md "https://www.checklyhq.com/docs/ai/checkly.rules.md"
46+
mkdir -p .github && curl -o .github/copilot-instructions.md "https://www.checklyhq.com/docs/ai/checkly.rules.md" -L
4747
```
4848

4949
{{< /tab >}}
@@ -70,7 +70,7 @@ and all other constructs.
7070
{{< tab "Mac and Linux" >}}
7171

7272
```bash
73-
mkdir -p .cursor/rules && curl -o .cursor/rules/checkly.mdc "https://www.checklyhq.com/docs/ai/checkly.rules.md"
73+
mkdir -p .cursor/rules && curl -o .cursor/rules/checkly.mdc "https://www.checklyhq.com/docs/ai/checkly.rules.md" -L
7474
```
7575

7676
Now make sure to add the new `checkly.mdc` file to your context.
@@ -99,7 +99,7 @@ API Checks, Browser checks, Multistep checks and all other constructs.
9999
{{< tab "Mac and Linux" >}}
100100

101101
```bash
102-
mkdir -p .windsurf/rules && curl -o .windsurf/rules/checkly.md "https://www.checklyhq.com/docs/ai/checkly.rules.md"
102+
mkdir -p .windsurf/rules && curl -o .windsurf/rules/checkly.md "https://www.checklyhq.com/docs/ai/checkly.rules.md" -L
103103
```
104104
{{< /tab >}}
105105

site/content/docs/cli/command-line-reference.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,4 +274,4 @@ npx checkly import commit [--config]
274274
Cancels a generated plan that has not been commited yet:
275275
```bash
276276
npx checkly import cancel
277-
```
277+
```

0 commit comments

Comments
 (0)