diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 60a1715..91134c6 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -12,7 +12,7 @@ body: make the framework better for everyone. Before you continue: - * Make sure your issue is related to the template and not the [React Native](https://github.com/facebook/react-native/issues) project. + * Make sure your issue is related to the template and not the [React Native](https://github.com/react/react-native/issues) project. * Please [search for similar issues](https://github.com/react-native-community/template/issues) in our issue tracker. Make sure that your issue: diff --git a/template/App.tsx b/template/App.tsx index 5e963b1..d14f9f9 100644 --- a/template/App.tsx +++ b/template/App.tsx @@ -1,6 +1,6 @@ /** * Sample React Native App - * https://github.com/facebook/react-native + * https://github.com/react/react-native * * @format */ diff --git a/template/README.md b/template/README.md index 3e2c3f8..2ab92ad 100644 --- a/template/README.md +++ b/template/README.md @@ -94,4 +94,4 @@ To learn more about React Native, take a look at the following resources: - [Getting Started](https://reactnative.dev/docs/environment-setup) - an **overview** of React Native and how setup your environment. - [Learn the Basics](https://reactnative.dev/docs/getting-started) - a **guided tour** of the React Native **basics**. - [Blog](https://reactnative.dev/blog) - read the latest official React Native **Blog** posts. -- [`@facebook/react-native`](https://github.com/facebook/react-native) - the Open Source; GitHub **repository** for React Native. +- [`@react/react-native`](https://github.com/react/react-native) - the Open Source; GitHub **repository** for React Native.