diff --git a/content/roadmaps/103-react/content/102-react-ecosystem/100-routers/readme.md b/content/roadmaps/103-react/content/102-react-ecosystem/100-routers/readme.md
index e05bc2c28..7b9d60af1 100644
--- a/content/roadmaps/103-react/content/102-react-ecosystem/100-routers/readme.md
+++ b/content/roadmaps/103-react/content/102-react-ecosystem/100-routers/readme.md
@@ -1,3 +1,7 @@
# Routing
Routing is an essential concept in Single Page Applications (SPA). When your application is divided into separated logical sections, and all of them are under their own URL, your users can easily share links among each other.
+
+Free Content
+How to use Routing in React JS: A Comprehensive Guide.
+React Router 6 – Tutorial for Beginners.