From a6472d411bc8cc7bdf088b6b2ece88385fb13a52 Mon Sep 17 00:00:00 2001 From: "Rachel P.Y. Liao" Date: Sun, 7 Oct 2018 18:46:59 -0700 Subject: [PATCH] Fix link to getting started doc --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 147ffe969..7daa11719 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 -- [Getting Started: adding React-Redux to a React todo app](docs/GettingStarted.md) +- [Getting Started: adding React-Redux to a React todo app](docs/getting-started.md) - [API](docs/api.md#api) - [``](docs/api.md#provider-store) - [`connect([mapStateToProps], [mapDispatchToProps], [mergeProps], [options])`](docs/api.md#connectmapstatetoprops-mapdispatchtoprops-mergeprops-options)