From 1db16a4a29934d62d59afeb98130d20d0a1a51c2 Mon Sep 17 00:00:00 2001 From: "Rachel P.Y. Liao" Date: Sun, 7 Oct 2018 19:40:28 -0700 Subject: [PATCH] Fix link to getting started doc (#1039) --- 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)