Skip to content

Commit

Permalink
Update react-router version on DOCS and Demo
Browse files Browse the repository at this point in the history
  • Loading branch information
diegohaz committed Oct 24, 2016
1 parent 9528574 commit 8b75fdc
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ See the [demo](https://arc.js.org).

### [master](https://github.com/diegohaz/arc)

The basic stack with [React](https://facebook.github.io/react/), [Webpack](https://github.com/webpack/webpack), [react-router v4](https://github.com/ReactTraining/react-router/tree/v4) and [Jest](https://facebook.github.io/jest/).
The basic stack with [React](https://facebook.github.io/react/), [Webpack](https://github.com/webpack/webpack), [react-router](https://github.com/ReactTraining/react-router) and [Jest](https://facebook.github.io/jest/).

### [redux](https://github.com/diegohaz/arc/tree/redux)

Expand Down
6 changes: 3 additions & 3 deletions src/components/organisms/FeatureList/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ const FeatureList = ({ ...props }) => {
</StyledFeature>
<StyledFeature
icon="react-router"
link="https://react-router.now.sh/"
title="React Router 4">
The next generation of the declarative routing for React.
link="https://github.com/ReactTraining/react-router"
title="React Router">
The declarative routing library for React.
</StyledFeature>
<StyledFeature
icon="webpack"
Expand Down

0 comments on commit 8b75fdc

Please sign in to comment.