Skip to content

Commit ad33fa7

Browse files
committed
Merge pull request reduxjs#1791 from zhe/patch-2
update links
2 parents 61856f0 + 24049cb commit ad33fa7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/basics/UsageWithReact.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ We will use React to build our simple todo app.
88

99
## Installing React Redux
1010

11-
[React bindings](https://github.com/gaearon/react-redux) are not included in Redux by default. You need to install them explicitly:
11+
[React bindings](https://github.com/reactjs/react-redux) are not included in Redux by default. You need to install them explicitly:
1212

1313
```
1414
npm install --save react-redux
@@ -293,7 +293,7 @@ const VisibleTodoList = connect(
293293
export default VisibleTodoList
294294
```
295295

296-
These are the basics of the React Redux API, but there are a few shortcuts and power options so we encourage you to check out [its documentation](https://github.com/reactjs/react-redux) in detail. In case you are worried about `mapStateToProps` creating new objects too often, you might want to learn about [computing derived data](../recipes/ComputingDerivedData.md) with [reselect](https://github.com/rackt/reselect).
296+
These are the basics of the React Redux API, but there are a few shortcuts and power options so we encourage you to check out [its documentation](https://github.com/reactjs/react-redux) in detail. In case you are worried about `mapStateToProps` creating new objects too often, you might want to learn about [computing derived data](../recipes/ComputingDerivedData.md) with [reselect](https://github.com/reactjs/reselect).
297297

298298
Find the rest of the container components defined below:
299299

0 commit comments

Comments
 (0)