diff --git a/README.md b/README.md index 6a541763a..727c71988 100644 --- a/README.md +++ b/README.md @@ -88,7 +88,7 @@ If you prefer a video tutorial, you can find one [here](https://www.youtube.com/ ### Motivation for Memoized Selectors -> The examples in this section are based on the [Redux Todos List example](http://redux.js.org/docs/basics/UsageWithReact.html). +> The examples in this section are based on the [Redux Todos List example](https://redux.js.org/recipes/computing-derived-data/). #### `containers/VisibleTodoList.js` diff --git a/README_RU.md b/README_RU.md index 8653e3e64..1348c8e83 100644 --- a/README_RU.md +++ b/README_RU.md @@ -85,7 +85,7 @@ console.log(totalSelector(exampleState)); // { total: 2.322 } ### Причины использовать Мемоизированные Селекторы -> Примеры в этом разделе основаны на [списке задач Redux (Todos List)](http://redux.js.org/docs/basics/UsageWithReact.html). +> Примеры в этом разделе основаны на [списке задач Redux (Todos List)](https://redux.js.org/recipes/computing-derived-data/). #### `containers/VisibleTodoList.js`