diff --git a/docs/introduction/basic-tutorial.md b/docs/introduction/basic-tutorial.md index 91d35f8d4..de170a569 100644 --- a/docs/introduction/basic-tutorial.md +++ b/docs/introduction/basic-tutorial.md @@ -445,7 +445,7 @@ Now we've finished a very simple example of a todo app with React Redux. All our ## Links -- [Usage with React](https://redux.js.org/basics/usagewithreact) +- [Usage with React](https://redux.js.org/basics/usage-with-react) - [Using the React Redux Bindings](https://blog.isquaredsoftware.com/presentations/workshops/redux-fundamentals/react-redux.html) - [Higher Order Components in Depth](https://medium.com/@franleplant/react-higher-order-components-in-depth-cf9032ee6c3e) - [Computing Derived Data](https://redux.js.org/recipes/computingderiveddata#sharing-selectors-across-multiple-components)