Skip to content

Commit 113f480

Browse files
committed
Fix more links
1 parent 8e919f9 commit 113f480

File tree

1 file changed

+3
-7
lines changed

1 file changed

+3
-7
lines changed

docs/snippets/supabase-docs-cards.mdx

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,19 +21,15 @@
2121

2222
### Task examples with code you can copy and paste
2323

24-
<CardGroup title="t" cols={2}>
24+
<CardGroup cols={2}>
2525
<Card
2626
title="Supabase database operations"
2727
icon="bolt"
28-
href="/guides/frameworks/supabase-edge-functions-database-webhooks"
28+
href="/guides/examples/supabase-database-operations"
2929
>
3030
Run basic CRUD operations on a table in a Supabase database using Trigger.dev.
3131
</Card>
32-
<Card
33-
title="Supabase Storage upload"
34-
icon="bolt"
35-
href="/guides/frameworks/supabase-edge-functions-basic"
36-
>
32+
<Card title="Supabase Storage upload" icon="bolt" href="/guides/examples/supabase-storage-upload">
3733
Download a video from a URL and upload it to Supabase Storage using S3.
3834
</Card>
3935
</CardGroup>

0 commit comments

Comments
 (0)