From 93d1488cc77385239a5a47a50a31580678a7f465 Mon Sep 17 00:00:00 2001 From: Nicolas Gallagher Date: Mon, 13 Jun 2016 11:59:24 -0700 Subject: [PATCH] Fix README link to View --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index d48bc362..70dc0d50 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ vendor prefixes), or require build tool configuration. This project allows components built upon React Native to be run on the Web, and it manages all component styling out-of-the-box. -For example, the [`View`](docs/apis/View.md) component makes it easy to build +For example, the [`View`](docs/components/View.md) component makes it easy to build cross-browser layouts with flexbox, such as stacked and nested boxes with margin and padding. And the [`StyleSheet`](docs/guides/style.md) API converts styles defined in JavaScript into "Atomic CSS".