Skip to content

Commit 12af5b9

Browse files
authored
docs: fix broken link to react-router (#119)
2 parents 0a17eb5 + ff202bb commit 12af5b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

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

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

0 commit comments

Comments
 (0)