Skip to content

Commit f35e98c

Browse files
davidjbtimdorr
authored andcommitted
Update GitHub URL for react-redux (#2642)
1 parent 51365e5 commit f35e98c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/advanced/Middleware.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ The most naïve solution is just to log the action and the next state yourself e
2626

2727
>##### Note
2828
29-
>If you're using [react-redux](https://github.com/gaearon/react-redux) or similar bindings, you likely won't have direct access to the store instance in your components. For the next few paragraphs, just assume you pass the store down explicitly.
29+
>If you're using [react-redux](https://github.com/reactjs/react-redux) or similar bindings, you likely won't have direct access to the store instance in your components. For the next few paragraphs, just assume you pass the store down explicitly.
3030
3131
Say, you call this when creating a todo:
3232

0 commit comments

Comments
 (0)