Skip to content
This repository was archived by the owner on Oct 26, 2018. It is now read-only.

Commit 7d507f7

Browse files
spentimdorr
authored andcommitted
Readme: Update rackt references to point to /reactjs/... (#495)
1 parent d2d5ec5 commit 7d507f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ These two hooks will allow you to store the state that this library uses in what
9090

9191
#### How do I access router state in a container component?
9292

93-
React Router [provides route information via a route component's props](https://github.com/reactjs/react-router/blob/latest/docs/Introduction.md#getting-url-parameters). This makes it easy to access them from a container component. When using [react-redux](https://github.com/rackt/react-redux) to `connect()` your components to state, you can access the router's props from the [2nd argument of `mapStateToProps`](https://github.com/rackt/react-redux/blob/master/docs/api.md#connectmapstatetoprops-mapdispatchtoprops-mergeprops-options):
93+
React Router [provides route information via a route component's props](https://github.com/reactjs/react-router/blob/latest/docs/Introduction.md#getting-url-parameters). This makes it easy to access them from a container component. When using [react-redux](https://github.com/reactjs/react-redux) to `connect()` your components to state, you can access the router's props from the [2nd argument of `mapStateToProps`](https://github.com/reactjs/react-redux/blob/master/docs/api.md#connectmapstatetoprops-mapdispatchtoprops-mergeprops-options):
9494

9595
```js
9696
function mapStateToProps(state, ownProps) {

0 commit comments

Comments
 (0)