From 6a5c7aeb26dbbc0a223cb236fe8e5a3e7d67571d Mon Sep 17 00:00:00 2001 From: mkg0 Date: Tue, 14 Feb 2017 17:22:18 +0300 Subject: [PATCH] fix redux release link --- docs/Walkthrough.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)