From 80d0e3fc649aa076872f7c8581b6dd206036626e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?mehmet=20kamil=20g=C3=BClen?= Date: Tue, 25 Apr 2017 23:11:50 +0300 Subject: [PATCH] fix redux release link (#345) --- 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)