From 366e25160c42af4a75082f13cd26c20d90140161 Mon Sep 17 00:00:00 2001 From: Alec Winograd Date: Sat, 16 Jul 2016 17:20:32 -0700 Subject: [PATCH] Fix documentation link in README.md Updated link for `integrating with existing apps` documentation --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 207893c79b6d81..505795f13558bc 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Please use these community resources for getting help. We use the GitHub issues ## Documentation [The website’s documentation](https://facebook.github.io/react-native/docs/) is divided into multiple sections. -- There are **Guides** that discuss topics like [debugging](https://facebook.github.io/react-native/docs/debugging.html), [integrating with existing apps](https://facebook.github.io/react-native/docs/embedded-app-ios.html), and [the gesture responder system](https://facebook.github.io/react-native/docs/gesture-responder-system.html). +- There are **Guides** that discuss topics like [debugging](https://facebook.github.io/react-native/docs/debugging.html), [integrating with existing apps](https://facebook.github.io/react-native/docs/integration-with-existing-apps.html), and [the gesture responder system](https://facebook.github.io/react-native/docs/gesture-responder-system.html). - The **Components** section covers React components such as [`View`](https://facebook.github.io/react-native/docs/view.html) and [`Navigator`](https://facebook.github.io/react-native/docs/navigator.html). - The **APIs** section covers other libraries like [Animated](https://facebook.github.io/react-native/docs/animated.html) and [StyleSheet](https://facebook.github.io/react-native/docs/stylesheet.html) that aren’t React components themselves. - Finally, React Native provides a small number of **Polyfills** that offer web-like APIs.