Skip to content

Commit 106f4a2

Browse files
fix: homepage docs link
1 parent 7e9a156 commit 106f4a2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web/src/components/navbar/navbar.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ export const Navbar = () => {
4646
</Link>
4747
<nav className="hidden md:flex items-center space-x-1 ml-auto">
4848
<Link
49-
href={`/docs`}
49+
href="/docs/help/quick-start"
5050
className="relative font-medium px-3 py-2 rounded-md transition-all duration-200 hover:bg-accent hover:text-accent-foreground group"
5151
>
5252
<span className="relative z-10">Docs</span>
@@ -107,7 +107,7 @@ export const Navbar = () => {
107107
>
108108
<DropdownMenuItem asChild>
109109
<Link
110-
href="/docs"
110+
href="/docs/help/quick-start"
111111
className="flex items-center cursor-pointer transition-colors"
112112
>
113113
<BookHeart className="mr-2 h-4 w-4" />

0 commit comments

Comments
 (0)