Skip to content

Commit

Permalink
fix: invalid docs url
Browse files Browse the repository at this point in the history
  • Loading branch information
kalwabed committed Sep 15, 2022
1 parent 0a552ac commit 0db3948
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion website/components/layouts/Header/Header.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ export function NavItems() {
return (
<>
<li>
<Link href="/docs/basic/proxy">
<Link href="/docs/introduction/getting-started">
<a className="hover:text-sky-500 dark:hover:text-sky-400">Docs</a>
</Link>
</li>
Expand Down

0 comments on commit 0db3948

Please sign in to comment.