From 9d03c696153f37172ef304fb98f06f025558aed4 Mon Sep 17 00:00:00 2001 From: Martin Arista Date: Mon, 24 Sep 2018 13:49:18 -0700 Subject: [PATCH] Update links & Add Code of Conduct (#21296) Summary: Thank you for sending the PR! We appreciate you spending the time to work on these changes. Help us understand your motivation by explaining why you decided to make this change. If this PR fixes an issue, type "Fixes #issueNumber" to automatically close the issue when the PR is merged. _Pull requests that expand test coverage are more likely to get reviewed. Add a test case whenever possible!_ Pull Request resolved: https://github.com/facebook/react-native/pull/21296 Differential Revision: D10016120 Pulled By: hramos fbshipit-source-id: 45c92241c5e09f8a8ba1c9cfff4c24f291845117 --- README.md | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 2227d024e32..d4843500320 100644 --- a/README.md +++ b/README.md @@ -5,10 +5,11 @@ Learn once, write anywhere: Build mobile apps with React. See the official [React Native website](https://facebook.github.io/react-native/) for an introduction to React Native. - [Requirements](#requirements) -- [Getting Started](#getting-started) -- [Documentation](#documentation) -- [Upgrading](#upgrading) -- [Contributing](#contributing) +- [Getting Started](#building-your-first-react-native-app) +- [Documentation](#full-documentation) +- [Upgrading](https://facebook.github.io/react-native/docs/upgrading) +- [Contributing](#join-the-react-native-community) +- [Code of Conduct](./CODE_OF_CONDUCT.md) - [License](#license) --- @@ -49,7 +50,7 @@ The React Native documentation only discusses the components, APIs, and topics s * Twitter: https://twitter.com/reactnative * Discussion: https://discuss.reactjs.org/ -See the CONTRIBUTING file for how to help out. +See the [CONTRIBUTING](./CONTRIBUTING.md) file for how to help out. ## License