Skip to content

Commit 7a180af

Browse files
authored
docs: update broken footer links (#296)
1 parent df31cad commit 7a180af

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/src/components/Footer.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export const Footer = props => {
1414
</h4>
1515
<ul className="mt-4">
1616
<li>
17-
<Link href="/overview">
17+
<Link href="/docs/overview">
1818
<a className="text-base leading-6 text-gray-500 hover:text-gray-900">
1919
Docs
2020
</a>
@@ -28,7 +28,7 @@ export const Footer = props => {
2828
</Link>
2929
</li>
3030
<li className="mt-4">
31-
<Link href="/reference/useQuery">
31+
<Link href="/docs/api">
3232
<a className="text-base leading-6 text-gray-500 hover:text-gray-900">
3333
API Reference
3434
</a>

0 commit comments

Comments
 (0)