Skip to content

Commit 9ce44a8

Browse files
mhienletimdorr
authored andcommitted
Fix link (#276)
1 parent c1b4536 commit 9ce44a8

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,8 +78,7 @@ it is used by default in our
7878

7979
## Motivation
8080

81-
Redux Thunk
82-
[middleware](https://github.com/reactjs/redux/blob/master/docs/advanced/Middleware.md)
81+
Redux Thunk [middleware](https://redux.js.org/advanced/middleware)
8382
allows you to write action creators that return a function instead of an action.
8483
The thunk can be used to delay the dispatch of an action, or to dispatch only if
8584
a certain condition is met. The inner function receives the store methods

0 commit comments

Comments
 (0)