diff --git a/docs/Walkthrough.md b/docs/Walkthrough.md index 723af27e..e5d858a1 100644 --- a/docs/Walkthrough.md +++ b/docs/Walkthrough.md @@ -93,7 +93,7 @@ const enhancer = compose( export default function configureStore(initialState) { // Note: only Redux >= 3.1.0 supports passing enhancer as third argument. - // See https://github.com/rackt/redux/releases/tag/v3.1.0 + // See https://github.com/reactjs/redux/releases/tag/v3.1.0 const store = createStore(rootReducer, initialState, enhancer); // Hot reload reducers (requires Webpack or Browserify HMR to be enabled)