react-webpack-generators / generator-react-webpack

Yeoman generator for ReactJS and Webpack
http://newtriks.com/2013/12/31/automating-react-with-yeoman-and-grunt/
MIT License
2.88k stars 355 forks source link

Redux link in README.md seems incorrect #340

Open benjaminapetersen opened 7 years ago

benjaminapetersen commented 7 years ago

Under the section "Generators that extend generator-react-webpack" there is a link for redux that goes here: https://github.com/rackt/redux.

I'm not super familiar with redux, but I would have expected something more like this: https://github.com/reactjs/redux.

Probably incorrect? Thanks!