Skip to content

Commit ca22fc3

Browse files
committed
fix
1 parent da8989e commit ca22fc3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ 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/(app)/examples/mail"
13+
code: "https://github.com/stefan-karger/solid-ui/tree/main/apps/docs/src/components/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/(app)/examples/dashboard"
18+
code: "https://github.com/stefan-karger/solid-ui/tree/main/apps/docs/src/components/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/(app)/examples/cards"
23+
code: "https://github.com/stefan-karger/solid-ui/tree/main/apps/docs/src/components/cards"
2424
},
2525
{
2626
name: "Tasks",
@@ -30,7 +30,7 @@ const examples = [
3030
{
3131
name: "Authentication",
3232
href: "/examples/authentication",
33-
code: "https://github.com/stefan-karger/solid-ui/tree/main/apps/docs/src/routes/(app)/examples/authentication"
33+
code: "https://github.com/stefan-karger/solid-ui/tree/main/apps/docs/src/components/authentication"
3434
}
3535
]
3636

0 commit comments

Comments
 (0)