From d3b8cbceaa035dee47c5f006dee8e96221580205 Mon Sep 17 00:00:00 2001 From: wheval Date: Wed, 14 Feb 2024 12:13:58 +0100 Subject: [PATCH] Update react router tutorial link (#5175) change the link to react router tutorial, previous link was outdated --- src/data/roadmaps/react/content/105-routers/index.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/data/roadmaps/react/content/105-routers/index.md b/src/data/roadmaps/react/content/105-routers/index.md index 062a5717d..ce1bdb1d9 100644 --- a/src/data/roadmaps/react/content/105-routers/index.md +++ b/src/data/roadmaps/react/content/105-routers/index.md @@ -4,5 +4,5 @@ Routing is an essential concept in Single Page Applications (SPA). When your app Visit the following resources to learn more: -- [How to use Routing in React JS: A Comprehensive Guide. ](https://teachingbee.in/how-to-use-routing-in-react-js/) +- [How to use Routing in React JS: A Comprehensive Guide. ](https://blog.logrocket.com/react-router-v6-guide/) - [React Router 6 – Tutorial for Beginners. ](https://www.youtube.com/watch?v=59IXY5IDrBA)