From 33fe5dfd06879ba5d705a7e0226d925a34a9f0c6 Mon Sep 17 00:00:00 2001 From: Marharyta Malets Date: Mon, 11 May 2026 19:49:34 +0300 Subject: [PATCH] fix: update link for React Router v7 guide in README --- react/modules/router/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/react/modules/router/README.md b/react/modules/router/README.md index b726abcee..589784963 100644 --- a/react/modules/router/README.md +++ b/react/modules/router/README.md @@ -59,7 +59,7 @@ Students are encouraged to explore the following resources: ## Additional Resources 📘 1. [How to use React Router v7](https://www.robinwieruch.de/react-router/) -2. [How to use React Router v7 in React apps](https://blog.logrocket.com/react-router-v6-guide/) +2. [How to use React Router v7 in React apps](https://blog.logrocket.com/react-router-v7-guide/) 3. [Upgrading from v6](https://reactrouter.com/upgrading/v6) 4. [Future of the React Router - React Router 7](https://remix.run/blog/merging-remix-and-react-router) (this topic would be also partially covered in [SSR/SSG module](../nextjs-ssr-ssg/))