Skip to content

Commit b67a8d3

Browse files
fedyktimdorr
authored andcommitted
Fix broken link (reduxjs#1243)
1 parent 960b733 commit b67a8d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/connect.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ const mapStateToProps = (state, ownProps) => ({
6767
6868
Your `mapStateToProps` functions are expected to return an object. This object, normally referred to as `stateProps`, will be merged as props to your connected component. If you define `mergeProps`, it will be supplied as the first parameter to `mergeProps`.
6969
70-
The return of the `mapStateToProps` determine whether the connected component will re-render (details [here](../using-react-redux/connect-mapstate#return-values-determine-if-your-component-re-renders)).
70+
The return of the `mapStateToProps` determine whether the connected component will re-render (details [here](../using-react-redux/connect-extracting-data-with-mapStateToProps.md#return-values-determine-if-your-component-re-renders)).
7171
7272
For more details on recommended usage of `mapStateToProps`, please refer to [our guide on using `mapStateToProps`](../using-react-redux/connect-mapstate).
7373

0 commit comments

Comments
 (0)