Skip to content

Commit

Permalink
fix docs footer routing (#320)
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart authored Oct 29, 2024
1 parent fc50826 commit 8a4583b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/src/components/navigation.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ const Navigation = () => (
Home
</Link>

<Link className="m1" to="api">
<Link className="m1" to="/api">
API
</Link>

<Link to="examples" className="m1">
<Link to="/examples" className="m1">
Examples
</Link>

Expand Down

0 comments on commit 8a4583b

Please sign in to comment.