Skip to content

Commit

Permalink
refactor: update the link
Browse files Browse the repository at this point in the history
  • Loading branch information
behzadam committed Aug 14, 2024
1 parent b6fd00a commit 72fdc1e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/pages/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export default function Home(): JSX.Element {
</header>
<Link
className="text-center block p-4 rounded-md bg-cyan-600 text-white hover:bg-cyan-700 hover:no-underline hover:text-white transition-colors duration-200"
to="/docs/web-socket"
to="/docs/network/web-socket"
>
Getting Started!
</Link>
Expand Down

0 comments on commit 72fdc1e

Please sign in to comment.