From daf37a1fce43403e6320e1e3023e86fd1b970bdf Mon Sep 17 00:00:00 2001 From: Mikey Date: Mon, 8 Nov 2021 09:23:23 -0800 Subject: [PATCH] fix: Updated releases/changelog links (#32551) Summary: [react-native-community/releases](https://github.com/react-native-community/releases) is on **DEPRECATION ALERT**, update to [reactwg/react-native-releases](https://github.com/reactwg/react-native-releases/discussions) ? ## Changelog [General] [Changed] - Updated the links for the discussions and changelog Pull Request resolved: https://github.com/facebook/react-native/pull/32551 Reviewed By: yungsters Differential Revision: D32244225 Pulled By: cortinico fbshipit-source-id: d6c72540525484b445b507006a10f2f54baa18d5 --- CONTRIBUTING.md | 3 ++- README.md | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 03c23667dc..0cf6f7273e 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -42,7 +42,8 @@ The main repository, , contains the Re There are a few other repositories you might want to familiarize yourself with: * **React Native website** which contains the source code for the website, including the documentation, located at -* **Releases** are coordinated through the repository. This includes important documents such as the Changelog. +* **Releases** Conversations for new releases are happening [in this discussion repo](https://github.com/reactwg/react-native-releases/discussions). +* **Changelog** The changelog can be found [here](https://github.com/facebook/react-native/blob/main/CHANGELOG.md). * **Discussions** about the future of React Native take place in the repository. * **High-quality plugins** for React Native can be found throughout the [React Native Community GitHub Organization](http://github.com/react-native-community/). diff --git a/README.md b/README.md index 233cbf160a..a99e21ad4b 100644 --- a/README.md +++ b/README.md @@ -97,7 +97,7 @@ The source for the React Native documentation and website is hosted on a separat Upgrading to new versions of React Native may give you access to more APIs, views, developer tools, and other goodies. See the [Upgrading Guide][u] for instructions. -React Native releases are discussed in the React Native Community, [**@react-native-community/react-native-releases**][repo-releases]. +React Native releases are discussed [in this discussion repo](https://github.com/reactwg/react-native-releases/discussions). [u]: https://reactnative.dev/docs/upgrading [repo-releases]: https://github.com/react-native-community/react-native-releases