diff --git a/README.md b/README.md index b306f64ab..cb1a2ddea 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ React Redux ========================= -Official React bindings for [Redux](https://github.com/gaearon/redux). +Official React bindings for [Redux](https://github.com/rackt/redux). Performant and flexible. [![build status](https://img.shields.io/travis/rackt/react-redux/master.svg?style=flat-square)](https://travis-ci.org/rackt/react-redux) [![npm version](https://img.shields.io/npm/v/react-redux.svg?style=flat-square)](https://www.npmjs.com/package/react-redux) diff --git a/docs/troubleshooting.md b/docs/troubleshooting.md index 2eca50b4d..ba44eb40d 100644 --- a/docs/troubleshooting.md +++ b/docs/troubleshooting.md @@ -1,6 +1,6 @@ ## Troubleshooting -Make sure to check out [Troubleshooting Redux](http://gaearon.github.io/redux/docs/Troubleshooting.html) first. +Make sure to check out [Troubleshooting Redux](http://redux.js.org/docs/Troubleshooting.html) first. ### My views aren’t updating! @@ -12,7 +12,7 @@ In short, ### My views aren’t updating on route change with React Router 0.13 -If you’re using React Router 0.13, you might [bump into this problem](https://github.com/gaearon/react-redux/issues/43). The solution is simple: whenever you use `` or the `Handler` provided by `Router.run`, pass the router state to it. +If you’re using React Router 0.13, you might [bump into this problem](https://github.com/rackt/react-redux/issues/43). The solution is simple: whenever you use `` or the `Handler` provided by `Router.run`, pass the router state to it. Root view: