Skip to content

Commit 74077cb

Browse files
authored
Fix redux FAQ link
Hi! Just wanted to thank you for your work. Redux FAQ link was broken so I just fixed it.
1 parent 11834be commit 74077cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/docs/faq-state.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,6 @@ This [GitHub comment](https://github.com/facebook/react/issues/11527#issuecommen
101101

102102
### Should I use a state management library like Redux or MobX?
103103

104-
[Maybe.](http://redux.js.org/docs/faq/General.html#general-when-to-use)
104+
[Maybe.](https://redux.js.org/faq/general#when-should-i-use-redux)
105105

106106
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.

0 commit comments

Comments
 (0)