From 500a3e220ee41cda0a627093259e44c184c4954e Mon Sep 17 00:00:00 2001 From: Cam Song Date: Sat, 31 Oct 2015 01:11:08 +0800 Subject: [PATCH] fix links --- README.md | 2 +- docs/troubleshooting.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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: