Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: fix broken URLs in React Router v6 api page
Browse files Browse the repository at this point in the history
pmbanugo authored Dec 5, 2022
1 parent 1a132bb commit d10cf01
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
@@ -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 d10cf01

Please sign in to comment.