Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

Commit

Permalink
Corrected link redux-thunk docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeyper committed Aug 13, 2017
1 parent 7f02292 commit d77c926
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/advanced/middleware/redux-thunk.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# redux-thunk

The [`redux-thunk` middleware](https://github.com/gaearon/redux-thunk) works simply by using [Redux Subspaces `applyMiddleware` function](/docs/advanced/README.md).
The [`redux-thunk` middleware](https://github.com/gaearon/redux-thunk) works simply by using [Redux Subspaces `applyMiddleware` function](/docs/advanced/middleware/README.md).

```javascript
import { createStore } from 'redux'
Expand Down

0 comments on commit d77c926

Please sign in to comment.