diff --git a/README.md b/README.md index 9bbec1dab..58901e460 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ This is a starter boilerplate app I've put together using the following technolo * [Webpack Dev Middleware](http://webpack.github.io/docs/webpack-dev-middleware.html) * [Webpack Hot Middleware](https://github.com/glenjamin/webpack-hot-middleware) * [Redux](https://github.com/rackt/redux)'s futuristic [Flux](https://facebook.github.io/react/blog/2014/05/06/flux.html) implementation -* [Redux Dev Tools](https://github.com/rackt/redux-devtools) for next generation DX (developer experience). Watch [Dan Abramov's talk](https://www.youtube.com/watch?v=xsSnOQynTHs). +* [Redux Dev Tools](https://github.com/gaearon/redux-devtools) for next generation DX (developer experience). Watch [Dan Abramov's talk](https://www.youtube.com/watch?v=xsSnOQynTHs). * [Redux Router](https://github.com/acdlite/redux-router) Keep your router state in your Redux store * [ESLint](http://eslint.org) to maintain a consistent code style * [redux-form](https://github.com/erikras/redux-form) to manage form state in Redux