Skip to content

Commit eafe60f

Browse files
committed
Merge pull request #169 from camsong/master
fix links
2 parents ae1f1f4 + 500a3e2 commit eafe60f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
React Redux
22
=========================
33

4-
Official React bindings for [Redux](https://github.com/gaearon/redux).
4+
Official React bindings for [Redux](https://github.com/rackt/redux).
55
Performant and flexible.
66

77
[![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)

docs/troubleshooting.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Troubleshooting
22

3-
Make sure to check out [Troubleshooting Redux](http://gaearon.github.io/redux/docs/Troubleshooting.html) first.
3+
Make sure to check out [Troubleshooting Redux](http://redux.js.org/docs/Troubleshooting.html) first.
44

55
### My views aren’t updating!
66

@@ -12,7 +12,7 @@ In short,
1212

1313
### My views aren’t updating on route change with React Router 0.13
1414

15-
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 `<RouteHandler>` or the `Handler` provided by `Router.run`, pass the router state to it.
15+
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 `<RouteHandler>` or the `Handler` provided by `Router.run`, pass the router state to it.
1616

1717
Root view:
1818

0 commit comments

Comments
 (0)