From 863128e868d97452e21149c510d15b2bec1a18be Mon Sep 17 00:00:00 2001 From: Tim Dorr Date: Mon, 30 Dec 2019 14:38:51 -0500 Subject: [PATCH] Fix Usage with React link. --- docs/introduction/basic-tutorial.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)