Skip to content

Commit cd4db90

Browse files
authored
Merge pull request #182 from andreyst/patch-1
Fix broken links to Redux website
2 parents b35957b + 68917a1 commit cd4db90

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Redux Thunk
22
=============
33

4-
Thunk [middleware](http://redux.js.org/docs/advanced/Middleware.html) for Redux.
4+
Thunk [middleware](https://redux.js.org/advanced/middleware) for Redux.
55

66
[![build status](https://img.shields.io/travis/gaearon/redux-thunk/master.svg?style=flat-square)](https://travis-ci.org/gaearon/redux-thunk)
77
[![npm version](https://img.shields.io/npm/v/redux-thunk.svg?style=flat-square)](https://www.npmjs.com/package/redux-thunk)
@@ -104,7 +104,7 @@ let foo = () => 1 + 2;
104104
npm install --save redux-thunk
105105
```
106106

107-
Then, to enable Redux Thunk, use [`applyMiddleware()`](http://redux.js.org/docs/api/applyMiddleware.html):
107+
Then, to enable Redux Thunk, use [`applyMiddleware()`](https://redux.js.org/api-reference/applymiddleware):
108108

109109
```js
110110
import { createStore, applyMiddleware } from 'redux';

0 commit comments

Comments
 (0)