Skip to content

Commit face5e1

Browse files
authored
Merge pull request #2746 from cabbachew/patch-11
Update part6e.md
2 parents 02d056b + ffbabf8 commit face5e1

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)