Skip to content

Commit 523e446

Browse files
committed
Add links prefilled /new
1 parent 528ce3d commit 523e446

2 files changed

Lines changed: 10 additions & 4 deletions

File tree

docs/guides/migrate/public-api/ai-migration.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,11 @@ The prompts in this guide repeat the most important rules, but you should enforc
4545

4646
**You:** Go to [developers.reddit.com/new](https://developers.reddit.com/new) and create a new app.
4747

48-
- Choose **Mod Tool** under **Other templates** for a moderation bot, scheduled automation, or an app primarily driven
49-
by Reddit events and moderator actions. This is the best starting point for most PRAW migrations.
48+
- Choose [**Mod Tool Simple**](https://developers.reddit.com/new/app?template=mod-tool) under **Other templates** for a
49+
small moderation bot or a straightforward migration with one primary workflow.
50+
- Choose [**Mod Tool Full**](https://developers.reddit.com/new/app?template=mod-tool-full) under **Other templates** for
51+
a complicated bot, scheduled automation, multiple moderator actions, or an app primarily driven by Reddit events and
52+
moderator actions. This is the best starting point for most complex PRAW migrations.
5053
- Choose **React** if the migrated app needs a custom post with an interactive user interface.
5154

5255
Open the generated project in your AI-powered code editor. The [app quickstart](../../../quickstart/quickstart.md) and

versioned_docs/version-0.13/guides/migrate/public-api/ai-migration.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,11 @@ The prompts in this guide repeat the most important rules, but you should enforc
4545

4646
**You:** Go to [developers.reddit.com/new](https://developers.reddit.com/new) and create a new app.
4747

48-
- Choose **Mod Tool** under **Other templates** for a moderation bot, scheduled automation, or an app primarily driven
49-
by Reddit events and moderator actions. This is the best starting point for most PRAW migrations.
48+
- Choose [**Mod Tool Simple**](https://developers.reddit.com/new/app?template=mod-tool) under **Other templates** for a
49+
small moderation bot or a straightforward migration with one primary workflow.
50+
- Choose [**Mod Tool Full**](https://developers.reddit.com/new/app?template=mod-tool-full) under **Other templates** for
51+
a complicated bot, scheduled automation, multiple moderator actions, or an app primarily driven by Reddit events and
52+
moderator actions. This is the best starting point for most complex PRAW migrations.
5053
- Choose **React** if the migrated app needs a custom post with an interactive user interface.
5154

5255
Open the generated project in your AI-powered code editor. The [app quickstart](../../../quickstart/quickstart.md) and

0 commit comments

Comments
 (0)