From 74077cbf7cbff95dc0e80333dbd522d60be6f5c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adri=C3=A0=20Fontcuberta?= Date: Wed, 7 Mar 2018 09:16:53 +0100 Subject: [PATCH] Fix redux FAQ link Hi! Just wanted to thank you for your work. Redux FAQ link was broken so I just fixed it. --- content/docs/faq-state.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/faq-state.md b/content/docs/faq-state.md index 3cc3d267..ee8a8341 100644 --- a/content/docs/faq-state.md +++ b/content/docs/faq-state.md @@ -101,6 +101,6 @@ This [GitHub comment](https://github.com/facebook/react/issues/11527#issuecommen ### Should I use a state management library like Redux or MobX? -[Maybe.](http://redux.js.org/docs/faq/General.html#general-when-to-use) +[Maybe.](https://redux.js.org/faq/general#when-should-i-use-redux) It's a good idea to get to know React first, before adding in additional libraries. You can build quite complex applications using only React.