Skip to content

Commit da8989e

Browse files
committed
fix: examples github links now work again
1 parent 006b478 commit da8989e

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

apps/docs/src/components/examples-nav.tsx

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -10,27 +10,27 @@ const examples = [
1010
{
1111
name: "Mail",
1212
href: "/examples/mail",
13-
code: "https://github.com/stefan-karger/solid-ui/tree/main/apps/docs/src/routes/examples/mail"
13+
code: "https://github.com/stefan-karger/solid-ui/tree/main/apps/docs/src/routes/(app)/examples/mail"
1414
},
1515
{
1616
name: "Dashboard",
1717
href: "/examples/dashboard",
18-
code: "https://github.com/stefan-karger/solid-ui/tree/main/apps/docs/src/routes/examples/dashboard"
18+
code: "https://github.com/stefan-karger/solid-ui/tree/main/apps/docs/src/routes/(app)/examples/dashboard"
1919
},
2020
{
2121
name: "Cards",
2222
href: "/examples/cards",
23-
code: "https://github.com/stefan-karger/solid-ui/tree/main/apps/docs/src/routes/examples/cards"
23+
code: "https://github.com/stefan-karger/solid-ui/tree/main/apps/docs/src/routes/(app)/examples/cards"
2424
},
2525
{
2626
name: "Tasks",
2727
href: "/examples/tasks",
28-
code: "https://github.com/stefan-karger/solid-ui/tree/main/apps/docs/src/routes/examples/tasks"
28+
code: "https://github.com/stefan-karger/solid-ui/tree/main/apps/docs/src/routes/(app)/examples/tasks"
2929
},
3030
{
3131
name: "Authentication",
3232
href: "/examples/authentication",
33-
code: "https://github.com/stefan-karger/solid-ui/tree/main/apps/docs/src/routes/examples/authentication"
33+
code: "https://github.com/stefan-karger/solid-ui/tree/main/apps/docs/src/routes/(app)/examples/authentication"
3434
}
3535
]
3636

0 commit comments

Comments
 (0)