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) :::