Skip to content

Commit 509e3ef

Browse files
doc: add more codemod ai links
1 parent f121761 commit 509e3ef

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/catalog/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
Get confused what ast-grep is? This is a list of rewriting rule to inspire you!
44
Explore the power of ast-grep with these rewriting rules that can transform your code in seconds.
55

6-
Feel free to join our [Discord](https://discord.gg/4YZjf6htSQ) channel and ask @ast-grep-bot to explain the rules for you line by line!
6+
Feel free to join our [Discord](https://discord.gg/4YZjf6htSQ) channel or ask [Codemod AI](https://app.codemod.com/studio?ai_thread_id=new) to explain the rules for you line by line!
77

88

99
<script setup>

website/catalog/typescript/migrate-xstate-v5.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The rules below correspond to XState v5's [`createMachine`](https://stately.ai/d
2020

2121
The example shows how ast-grep can use various features like [utility rule](/guide/rule-config/utility-rule.html), [transformation](/reference/yaml/transformation.html) and [multiple rule in single file](/reference/playground.html#test-multiple-rules) to automate the migration. Each rule has a clear and descriptive `id` field that explains its purpose.
2222

23-
For more information, you can use [@ast-grep-bot](https://discord.gg/4YZjf6htSQ) to provide more detailed explanation for each rule.
23+
For more information, you can use [Codemod AI](https://app.codemod.com/studio?ai_thread_id=new) to provide more detailed explanation for each rule.
2424

2525
```yaml
2626
id: migrate-import-name

0 commit comments

Comments
 (0)