Skip to content

Commit d4e4eba

Browse files
authored
docs: Fix broken link to bindActionCreators api (#1793)
1 parent a1cad54 commit d4e4eba

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

website/versioned_docs/version-5.x/using-react-redux/connect-dispatching-actions-with-mapDispatchToProps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ function Counter({ count, increment, decrement, reset }) {
204204

205205
Wrapping these functions by hand is tedious, so Redux provides a function to simplify that.
206206

207-
> `bindActionCreators` turns an object whose values are [action creators](https://redux.js.org/glossary#action-creator), into an object with the same keys, but with every action creator wrapped into a [`dispatch`](https://redux.js.org/api/store#dispatch) call so they may be invoked directly. See [Redux Docs on `bindActionCreators`](http://redux.js.org/docs/api/bindactioncreators)
207+
> `bindActionCreators` turns an object whose values are [action creators](https://redux.js.org/glossary#action-creator), into an object with the same keys, but with every action creator wrapped into a [`dispatch`](https://redux.js.org/api/store#dispatch) call so they may be invoked directly. See [Redux Docs on `bindActionCreators`](https://redux.js.org/api/bindactioncreators)
208208
209209
`bindActionCreators` accepts two parameters:
210210

website/versioned_docs/version-6.x/using-react-redux/connect-dispatching-actions-with-mapDispatchToProps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ function Counter({ count, increment, decrement, reset }) {
204204

205205
Wrapping these functions by hand is tedious, so Redux provides a function to simplify that.
206206

207-
> `bindActionCreators` turns an object whose values are [action creators](https://redux.js.org/glossary#action-creator), into an object with the same keys, but with every action creator wrapped into a [`dispatch`](https://redux.js.org/api/store#dispatch) call so they may be invoked directly. See [Redux Docs on `bindActionCreators`](http://redux.js.org/docs/api/bindactioncreators)
207+
> `bindActionCreators` turns an object whose values are [action creators](https://redux.js.org/glossary#action-creator), into an object with the same keys, but with every action creator wrapped into a [`dispatch`](https://redux.js.org/api/store#dispatch) call so they may be invoked directly. See [Redux Docs on `bindActionCreators`](https://redux.js.org/api/bindactioncreators)
208208
209209
`bindActionCreators` accepts two parameters:
210210

website/versioned_docs/version-7.0/using-react-redux/connect-dispatching-actions-with-mapDispatchToProps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ function Counter({ count, increment, decrement, reset }) {
204204

205205
Wrapping these functions by hand is tedious, so Redux provides a function to simplify that.
206206

207-
> `bindActionCreators` turns an object whose values are [action creators](https://redux.js.org/glossary#action-creator), into an object with the same keys, but with every action creator wrapped into a [`dispatch`](https://redux.js.org/api/store#dispatch) call so they may be invoked directly. See [Redux Docs on `bindActionCreators`](http://redux.js.org/docs/api/bindactioncreators)
207+
> `bindActionCreators` turns an object whose values are [action creators](https://redux.js.org/glossary#action-creator), into an object with the same keys, but with every action creator wrapped into a [`dispatch`](https://redux.js.org/api/store#dispatch) call so they may be invoked directly. See [Redux Docs on `bindActionCreators`](https://redux.js.org/api/bindactioncreators)
208208
209209
`bindActionCreators` accepts two parameters:
210210

website/versioned_docs/version-7.1/using-react-redux/connect-dispatching-actions-with-mapDispatchToProps.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ function Counter({ count, increment, decrement, reset }) {
204204

205205
Wrapping these functions by hand is tedious, so Redux provides a function to simplify that.
206206

207-
> `bindActionCreators` turns an object whose values are [action creators](https://redux.js.org/glossary#action-creator), into an object with the same keys, but with every action creator wrapped into a [`dispatch`](https://redux.js.org/api/store#dispatch) call so they may be invoked directly. See [Redux Docs on `bindActionCreators`](http://redux.js.org/docs/api/bindactioncreators)
207+
> `bindActionCreators` turns an object whose values are [action creators](https://redux.js.org/glossary#action-creator), into an object with the same keys, but with every action creator wrapped into a [`dispatch`](https://redux.js.org/api/store#dispatch) call so they may be invoked directly. See [Redux Docs on `bindActionCreators`](https://redux.js.org/api/bindactioncreators)
208208
209209
`bindActionCreators` accepts two parameters:
210210

0 commit comments

Comments
 (0)