From b5b93709090906cd447c47485649c7615541d85f Mon Sep 17 00:00:00 2001 From: Christoph Neuroth Date: Thu, 14 Jan 2016 16:50:08 +0200 Subject: [PATCH] Fix link to redux-devtools --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0d66996ba..4c70f3a6a 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