Skip to content

Commit

Permalink
docs: 📚️ fix redux url (#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
exlame authored Jun 23, 2020
1 parent 36e1f9e commit a491728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/building-blocks/routing.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

## Why not using [connected-react-router](https://github.com/supasate/connected-react-router)?

There is detailed explanation [here](https://reacttraining.com/react-router/web/guides/redux-integration/deep-integration). In short, it is not suggested to integrate route with redux, simply because it shouldn't be needed. There are other ways of navigating as explained there.
There is detailed explanation [here](https://reacttraining.com/react-router/web/guides/deep-redux-integration). In short, it is not suggested to integrate route with redux, simply because it shouldn't be needed. There are other ways of navigating as explained there.

## Usage

Expand Down

0 comments on commit a491728

Please sign in to comment.