Skip to content

Commit

Permalink
docs: fix broken link to react-router
Browse files Browse the repository at this point in the history
  • Loading branch information
soartec-lab committed Mar 10, 2024
1 parent 0a17eb5 commit ff202bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

An implementation of the Next.js Router that keeps the state of the "URL" in memory (does not read or write to the
address bar). Useful in **tests** and **Storybook**.
Inspired by [`react-router > MemoryRouter`](https://github.com/ReactTraining/react-router/blob/master/packages/react-router/docs/api/MemoryRouter.md).
Inspired by [`react-router > MemoryRouter`](https://github.com/remix-run/react-router/blob/main/docs/router-components/memory-router.md).

Tested with NextJS v13, v12, v11, and v10.

Expand Down

0 comments on commit ff202bb

Please sign in to comment.