Skip to content

Commit

Permalink
Merge pull request #182 from andreyst/patch-1
Browse files Browse the repository at this point in the history
Fix broken links to Redux website
  • Loading branch information
timdorr committed May 25, 2018
2 parents b35957b + 68917a1 commit cd4db90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Redux Thunk
=============

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

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

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

```js
import { createStore, applyMiddleware } from 'redux';
Expand Down

0 comments on commit cd4db90

Please sign in to comment.