From 7130024ce3777af9d1ff067b0d600bf8953ade48 Mon Sep 17 00:00:00 2001
From: Aidin <149610592+aidinio@users.noreply.github.com>
Date: Thu, 20 Feb 2025 22:39:23 +0330
Subject: [PATCH] Fix the link referencing React Router docs (#4775)
---
docs/tutorials/essentials/part-4-using-data.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/tutorials/essentials/part-4-using-data.md b/docs/tutorials/essentials/part-4-using-data.md
index 686d4d38e0..0f5f18e7a0 100644
--- a/docs/tutorials/essentials/part-4-using-data.md
+++ b/docs/tutorials/essentials/part-4-using-data.md
@@ -20,7 +20,7 @@ import { DetailedExplanation } from '../../components/DetailedExplanation'
:::info Prerequisites
- Understanding the [Redux data flow and React-Redux APIs from Part 3](./part-3-data-flow.md)
-- Familiarity with [the React Router `` and `` components for page routing](https://reactrouter.com/start/overview)
+- Familiarity with [the React Router `` and `` components for page routing](https://reactrouter.com/start/library/routing)
:::