Skip to content

Commit 8a4583b

Browse files
authored
fix docs footer routing (#320)
1 parent fc50826 commit 8a4583b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/components/navigation.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,11 +8,11 @@ const Navigation = () => (
88
Home
99
</Link>
1010

11-
<Link className="m1" to="api">
11+
<Link className="m1" to="/api">
1212
API
1313
</Link>
1414

15-
<Link to="examples" className="m1">
15+
<Link to="/examples" className="m1">
1616
Examples
1717
</Link>
1818

0 commit comments

Comments
 (0)