From ff202bb1246d4fff78fe78e2024162ae5606489a Mon Sep 17 00:00:00 2001 From: soartec-lab Date: Sun, 10 Mar 2024 12:21:22 +0900 Subject: [PATCH] docs: fix broken link to `react-router` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6303da..c56409c 100644 --- a/README.md +++ b/README.md @@ -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.