Skip to content

Commit 3424680

Browse files
committed
Fixed broken links
1 parent 422e875 commit 3424680

File tree

2 files changed

+8
-6
lines changed

2 files changed

+8
-6
lines changed

docs/guides/introduction.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ Get set up fast using our detailed walk-through guides.
2929
| [Prisma](/guides/frameworks/prisma) | This guide will show you how to setup Prisma with Trigger.dev |
3030
| [Sequin database triggers](/guides/frameworks/sequin) | This guide will show you how to trigger tasks from database changes using Sequin |
3131

32-
## Examples
32+
## Example tasks
3333

3434
Tasks you can copy and paste to get started with Trigger.dev. They can all be extended and customized to fit your needs.
3535

docs/introduction.mdx

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,16 +19,18 @@ We're [open source](https://github.com/triggerdotdev/trigger.dev) and you can ch
1919

2020
<CardGroup>
2121
<Card title="Quick start guide" icon="person-running-fast" href="/quick-start">
22-
Get started in 3 minutes.
22+
Go from zero to running your first task in 3 minutes.
2323
</Card>
2424
<Card title="Writing tasks" icon="wand-magic-sparkles" href="/tasks/overview">
2525
Tasks are the core of Trigger.dev. Learn what they are and how to write them.
2626
</Card>
27-
<Card title="Framework guides" icon="wand-magic-sparkles" href="/guides/frameworks/introduction">
28-
Get started with Trigger.dev in your existing framework.
27+
<Card title="Walk-through guides" icon="book" href="/guides/frameworks/introduction">
28+
Detailed guides for setting up Trigger.dev with popular frameworks and services, including
29+
Next.js, Remix, Supabase and more.
2930
</Card>
30-
<Card title="Example tasks" icon="wand-magic-sparkles" href="/guides/examples/intro">
31-
Example tasks to get you started.
31+
<Card title="Example tasks" icon="code" href="/guides/introduction#example-tasks">
32+
Code you can use in your own projects, including OpenAI, Deepgram, FFmpeg, Puppeteer, Stripe,
33+
Supabase and more.
3234
</Card>
3335
</CardGroup>
3436

0 commit comments

Comments
 (0)