Skip to content

Commit ffbabf8

Browse files
authored
Update part6e.md
Fixed link to "An alternative way of using mapDispatchToProps" section.
1 parent da7fbde commit ffbabf8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/6/en/part6e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ props.toggleImportanceOf(note.id)
259259

260260
There is no need to call the *dispatch* function separately since *connect* has already modified the *toggleImportanceOf* action creator into a form that contains the dispatch.
261261

262-
It can take some time to wrap your head around how *mapDispatchToProps* works, especially once we take a look at an [alternative way of using it](/en/part6/connect#alternative-way-of-using-map-dispatch-to-props).
262+
It can take some time to wrap your head around how *mapDispatchToProps* works, especially once we take a look at an [alternative way of using it](/en/part6/connect_the_old_part#an-alternative-way-of-using-map-dispatch-to-props).
263263

264264
The resulting situation from using *connect* can be visualized like this:
265265

0 commit comments

Comments
 (0)