Skip to content

Commit

Permalink
fix docs footer routing
Browse files Browse the repository at this point in the history
  • Loading branch information
sanusart committed Oct 29, 2024
1 parent fc50826 commit fca080f
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 fca080f

Please sign in to comment.