From 2e931897d134e2ab6808e80916b0024b481d4498 Mon Sep 17 00:00:00 2001 From: Steven Bell Date: Tue, 25 Feb 2020 23:44:56 -0500 Subject: [PATCH] update RN docs links to reactnative.dev --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 84f3bf082aa3..bcadd0815324 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -58,7 +58,7 @@ Facebook has a [bounty program](https://www.facebook.com/whitehat/) for the safe ## Helping with Documentation -The React Native documentation is hosted as part of the React Native website repository at https://github.com/facebook/react-native-website. The website itself is located at and it is built using [Docusaurus](https://docusaurus.io/). If there's anything you'd like to change in the docs, you can get started by clicking on the "Edit" button located on the upper right of most pages in the website. +The React Native documentation is hosted as part of the React Native website repository at https://github.com/facebook/react-native-website. The website itself is located at and it is built using [Docusaurus](https://docusaurus.io/). If there's anything you'd like to change in the docs, you can get started by clicking on the "Edit" button located on the upper right of most pages in the website. If you are adding new functionality or introducing a change in behavior, we will ask you to update the documentation to reflect your changes.