Skip to content

Commit 809be55

Browse files
authored
Merge pull request #3024 from tylersernett/patch-3
Update part6a.md - Fix old link
2 parents 792fcc7 + 9dd1707 commit 809be55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/6/en/part6a.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -819,7 +819,7 @@ const toggleImportanceOf = (id) => {
819819
}
820820
```
821821

822-
Functions that create actions are called [action creators](https://redux.js.org/advanced/async-actions#synchronous-action-creators).
822+
Functions that create actions are called [action creators](https://redux.js.org/tutorials/fundamentals/part-7-standard-patterns#action-creators).
823823

824824
The <i>App</i> component does not have to know anything about the inner representation of the actions anymore, it just gets the right action by calling the creator function:
825825

0 commit comments

Comments
 (0)