Skip to content

Commit 175e68f

Browse files
authored
fix docs navbar link (#104)
1 parent 3c67eb4 commit 175e68f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/www/components/navbar/navigation.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ const DesktopLinks: React.FC<{ className: string }> = ({ className }) => (
200200
<DesktopNavLink href="/templates" label="Templates" />
201201
</li>
202202
<li>
203-
<DesktopNavLink href="/docs" label="Docs" />
203+
<DesktopNavLink href="/docs/introduction" label="Docs" external />
204204
</li>
205205
<li>
206206
<DesktopNavLink href="https://go.unkey.com/discord" label="Discord" external />

0 commit comments

Comments
 (0)