Skip to content

Commit

Permalink
docs(other-api/react-router): fix react-router links (#4770)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmbanugo authored and kentcdodds committed Dec 15, 2022
1 parent 90d6d8b commit f569af9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/other-api/react-router.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ Remix is built on top of React Router v6. Here are the most common APIs that you

Most of the other APIs are either used internally by Remix or just aren't commonly needed in your app.

[outlet]: https://reactrouter.com/docs/components/outlet
[use-location]: https://reactrouter.com/docs/hooks/use-location
[use-navigate]: https://reactrouter.com/docs/hooks/use-navigate
[use-params]: https://reactrouter.com/docs/hooks/use-params
[use-resolved-path]: https://reactrouter.com/docs/hooks/use-resolved-path
[outlet]: https://reactrouter.com/components/outlet
[use-location]: https://reactrouter.com/hooks/use-location
[use-navigate]: https://reactrouter.com/hooks/use-navigate
[use-params]: https://reactrouter.com/hooks/use-params
[use-resolved-path]: https://reactrouter.com/hooks/use-resolved-path

0 comments on commit f569af9

Please sign in to comment.