Skip to content

Commit

Permalink
Merge pull request #447 from numb86/fix-broken-link
Browse files Browse the repository at this point in the history
docs: fix broken link
  • Loading branch information
markerikson authored Mar 11, 2020
2 parents c1fa2ca + 27b5cc3 commit 0c25739
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down
2 changes: 1 addition & 1 deletion README_RU.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`

Expand Down

0 comments on commit 0c25739

Please sign in to comment.