From 08e606451b33a1cc8d917a80d8fc4cd1a0f33330 Mon Sep 17 00:00:00 2001 From: Toshihide Tagami Date: Thu, 30 May 2019 00:25:34 +0800 Subject: [PATCH] fix link on doc (#1297) --- docs/introduction/why-use-react-redux.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/introduction/why-use-react-redux.md b/docs/introduction/why-use-react-redux.md index f18fc7195..715c19ed6 100644 --- a/docs/introduction/why-use-react-redux.md +++ b/docs/introduction/why-use-react-redux.md @@ -87,4 +87,4 @@ As the official binding library for React and Redux, React Redux has a large com - Stack Overflow topics: [Redux](https://stackoverflow.com/questions/tagged/redux), [React Redux](https://stackoverflow.com/questions/tagged/redux) - Reddit: [/r/reactjs](https://www.reddit.com/r/reactjs/), [/r/reduxjs](https://www.reddit.com/r/reduxjs/) - Github issues (bug reports and feature requests): https://github.com/reduxjs/react-redux/issues -- Tutorials, articles, and further resources: [React/Redux Links](https://www.reddit.com/r/reduxjs/) +- Tutorials, articles, and further resources: [React/Redux Links](https://github.com/markerikson/react-redux-links)