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
This commit is contained in:
Martin Arista 2018-09-24 13:49:18 -07:00 committed by Facebook Github Bot
parent cd1d3ceffe
commit 9d03c69615

View File

@ -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