From 2d08e30b84ce9c2eb280ccd7629081ba500caef4 Mon Sep 17 00:00:00 2001 From: Hemanth kumar Date: Sun, 4 Mar 2018 12:35:11 +0530 Subject: [PATCH] Update README.md Fixed broken documentation link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c046c1f63..84404e876 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ If you are on an older version of React Native, you’ll need to keep using [Rea ## Documentation -- [Redux: Usage with React](http://redux.js.org/docs/basics/UsageWithReact.html) +- [Redux: Usage with React](https://redux.js.org/basics/usage-with-react) - [API](docs/api.md#api) - [``](docs/api.md#provider-store) - [`connect([mapStateToProps], [mapDispatchToProps], [mergeProps], [options])`](docs/api.md#connectmapstatetoprops-mapdispatchtoprops-mergeprops-options)