Skip to content

Commit 47aea53

Browse files
committed
docs: update nav links
1 parent 79e8b26 commit 47aea53

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/components/header.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,13 +18,13 @@ interface NavItem {
1818
const navigationItems: NavItem[] = [
1919
{
2020
key: "github",
21-
href: "https://github.com",
21+
href: "https://github.com/monkeyWie/typix",
2222
icon: Github,
2323
external: true,
2424
},
2525
{
2626
key: "docs",
27-
href: "#",
27+
href: "https://github.com/monkeyWie/typix#%EF%B8%8F-development-documentation",
2828
icon: ExternalLink,
2929
external: true,
3030
},

0 commit comments

Comments
 (0)