From 31d5b92f87fae880c9f79efa146152d0366d33c6 Mon Sep 17 00:00:00 2001 From: Justin Zimmerman Date: Sat, 2 Apr 2016 13:38:20 -0400 Subject: [PATCH] Update Redux Link in README.md Update the Redux link from github.com/rackt/redux to github.com/reactjs/redux --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 685e673..c954e76 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ If you want to install the next major version, use `react-router-redux@next`. Ru This library allows you to use React Router's APIs as they are documented. And, you can use redux like you normally would, with a single app state. The library simply enhances a history instance to allow it to synchronize any changes it receives into application state. -[history](https://github.com/reactjs/history) + `store` ([redux](https://github.com/rackt/redux)) → [**react-router-redux**](https://github.com/reactjs/react-router-redux) → enhanced [history](https://github.com/reactjs/history) → [react-router](https://github.com/reactjs/react-router) +[history](https://github.com/reactjs/history) + `store` ([redux](https://github.com/reactjs/redux)) → [**react-router-redux**](https://github.com/reactjs/react-router-redux) → enhanced [history](https://github.com/reactjs/history) → [react-router](https://github.com/reactjs/react-router) ## Tutorial