From a0c2f28b4a87ffbc0fdae3d786f702aa278325a3 Mon Sep 17 00:00:00 2001 From: Karl Espiritu Date: Wed, 30 Nov 2016 20:02:05 +0800 Subject: [PATCH] Fixed broken redux-devtools link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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