Skip to content

Commit 062e6f7

Browse files
authored
Merge pull request #20 from y-yagi/fix-link-of-todo-list
Fix the link of examples
2 parents 54e15bd + 19efd6a commit 062e6f7

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

content/sql/to-do-list.md

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,7 @@ github: https://github.com/supabase
77

88
```sql
99
--
10-
-- For use with:
11-
-- https://github.com/supabase/supabase/tree/master/examples/nextjs-todo-list or
12-
-- https://github.com/supabase/supabase/tree/master/examples/react-todo-list or
13-
-- https://github.com/supabase/supabase/tree/master/examples/sveltejs-todo-list or
14-
-- https://github.com/supabase/supabase/tree/master/examples/vue3-ts-todo-list
10+
-- For use with: https://github.com/supabase/supabase/tree/master/examples/todo-list
1511
--
1612
create table todos (
1713
id bigint generated by default as identity primary key,

0 commit comments

Comments
 (0)