From 513757a647e6262a410cb9219dd9b9ea6ef83ca2 Mon Sep 17 00:00:00 2001 From: Bartosz Kaszubowski Date: Sat, 6 Jun 2020 14:05:44 +0200 Subject: [PATCH] fix reported invalid links --- docs/getting-started.md | 6 +++--- docs/intro-react-native-components.md | 2 +- docs/libraries.md | 2 +- docs/more-resources.md | 2 +- website/versioned_docs/version-0.62/getting-started.md | 6 +++--- .../version-0.62/intro-react-native-components.md | 2 +- website/versioned_docs/version-0.62/libraries.md | 2 +- website/versioned_docs/version-0.62/more-resources.md | 2 +- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/docs/getting-started.md b/docs/getting-started.md index ec1b608f2fa..5ae6bae008e 100644 --- a/docs/getting-started.md +++ b/docs/getting-started.md @@ -64,7 +64,7 @@ If you have a problem with Expo, before creating a new issue, please see if ther - in the [Expo CLI issues](https://github.com/expo/expo-cli/issues) (for issues related to Expo CLI), or - in the [Expo issues](https://github.com/expo/expo/issues) (for issues about the Expo client or SDK). -If you're curious to learn more about React Native, check out the [Introduction to React Native](getting-started.md). +If you're curious to learn more about React Native, check out the [Introduction to React Native](getting-started).

Running your app on a simulator or virtual device

@@ -617,7 +617,7 @@ Congratulations! You've successfully run and modified your first React Native ap - If you want to add this new React Native code to an existing application, check out the [Integration guide](integration-with-existing-apps.md). -If you're curious to learn more about React Native, check out the [Introduction to React Native](getting-started.md). +If you're curious to learn more about React Native, check out the [Introduction to React Native](getting-started). @@ -625,4 +625,4 @@ If you're curious to learn more about React Native, check out the [Introduction - If you want to add this new React Native code to an existing application, check out the [Integration guide](integration-with-existing-apps.md). -If you're curious to learn more about React Native, check out the [Introduction to React Native](getting-started.md). +If you're curious to learn more about React Native, check out the [Introduction to React Native](getting-started). diff --git a/docs/intro-react-native-components.md b/docs/intro-react-native-components.md index 64e7232ea85..5b633c58667 100644 --- a/docs/intro-react-native-components.md +++ b/docs/intro-react-native-components.md @@ -19,7 +19,7 @@ In Android and iOS development, a **view** is the basic building block of UI: a In Android development, you write views in Kotlin or Java; in iOS development, you use Swift or Objective-C. With React Native, you can invoke these views with JavaScript using React components. At runtime, React Native creates the corresponding Android and iOS views for those components. Because React Native components are backed by the same views as Android and iOS, React Native apps look, feel, and perform like any other apps. We call these platform-backed components **Native Components.** -React Native lets you to build your own Native Components for [Android](native-components-android.md) and [iOS](native-components-ios.md) to suit your app’s unique needs. We also have a thriving ecosystem of these **community-contributed components.** Check out [Native Directory](https://www.native.directory/) to find what the community has been creating. +React Native lets you to build your own Native Components for [Android](native-components-android.md) and [iOS](native-components-ios.md) to suit your app’s unique needs. We also have a thriving ecosystem of these **community-contributed components.** Check out [Native Directory](https://reactnative.directory) to find what the community has been creating. React Native also includes a set of essential, ready-to-use Native Components you can use to start building your app today. These are React Native's **Core Components**. diff --git a/docs/libraries.md b/docs/libraries.md index b58fd95b209..209c920461a 100644 --- a/docs/libraries.md +++ b/docs/libraries.md @@ -70,7 +70,7 @@ Usually libraries built _specifically for other platforms_ will not work with Re ### Does it work for the platforms that my app supports? -[React Native Directory](https://reactnative.directory/) allows you to filter by platform compatibility, such as iOS, Android, Web, and Windows. If the library you would like to use is not currently listed there, refer to the README for the library to learn more. +[React Native Directory](https://reactnative.directory) allows you to filter by platform compatibility, such as iOS, Android, Web, and Windows. If the library you would like to use is not currently listed there, refer to the README for the library to learn more. ### Does it work with my app version of React Native? diff --git a/docs/more-resources.md b/docs/more-resources.md index 3dc62c10ece..19c52d43b41 100644 --- a/docs/more-resources.md +++ b/docs/more-resources.md @@ -38,6 +38,6 @@ Try out apps from the [Showcase](https://reactnative.dev/showcase) to see what R React Native has a community of thousands of developers like you making content, tools, tutorials—and Native Components! -Can’t find what you’re looking for in the Core Components? Visit [Native Directory](https://www.native.directory/) to find what the community has been creating. +Can’t find what you’re looking for in the Core Components? Visit [React Native Directory](https://reactnative.directory) to find what the community has been creating. Interested in making your own Native Component or Module? Making modules for your own use case and sharing them with others on NPM and GitHub helps grow the React Native ecosystem and community! Read the guides to making your own Native Modules ([Android](native-modules-android.md), [iOS](native-modules-ios.md)) and Native Components ([Android](native-components-android.md), [iOS](native-components-ios.md)). diff --git a/website/versioned_docs/version-0.62/getting-started.md b/website/versioned_docs/version-0.62/getting-started.md index 5531e95d801..febb724dc18 100644 --- a/website/versioned_docs/version-0.62/getting-started.md +++ b/website/versioned_docs/version-0.62/getting-started.md @@ -65,7 +65,7 @@ If you have a problem with Expo, before creating a new issue, please see if ther - in the [Expo CLI issues](https://github.com/expo/expo-cli/issues) (for issues related to Expo CLI), or - in the [Expo issues](https://github.com/expo/expo/issues) (for issues about the Expo client or SDK). -If you're curious to learn more about React Native, check out the [Introduction to React Native](getting-started.md). +If you're curious to learn more about React Native, check out the [Introduction to React Native](getting-started).

Running your app on a simulator or virtual device

@@ -576,7 +576,7 @@ Congratulations! You've successfully run and modified your first React Native ap - If you want to add this new React Native code to an existing application, check out the [Integration guide](integration-with-existing-apps.md). -If you're curious to learn more about React Native, check out the [Introduction to React Native](getting-started.md). +If you're curious to learn more about React Native, check out the [Introduction to React Native](getting-started). @@ -584,4 +584,4 @@ If you're curious to learn more about React Native, check out the [Introduction - If you want to add this new React Native code to an existing application, check out the [Integration guide](integration-with-existing-apps.md). -If you're curious to learn more about React Native, check out the [Introduction to React Native](getting-started.md). +If you're curious to learn more about React Native, check out the [Introduction to React Native](getting-started). diff --git a/website/versioned_docs/version-0.62/intro-react-native-components.md b/website/versioned_docs/version-0.62/intro-react-native-components.md index 6a054debb16..4e1fdad237c 100644 --- a/website/versioned_docs/version-0.62/intro-react-native-components.md +++ b/website/versioned_docs/version-0.62/intro-react-native-components.md @@ -20,7 +20,7 @@ In Android and iOS development, a **view** is the basic building block of UI: a In Android development, you write views in Kotlin or Java; in iOS development, you use Swift or Objective-C. With React Native, you can invoke these views with JavaScript using React components. At runtime, React Native creates the corresponding Android and iOS views for those components. Because React Native components are backed by the same views as Android and iOS, React Native apps look, feel, and perform like any other apps. We call these platform-backed components **Native Components.** -React Native lets you to build your own Native Components for [Android](native-components-android.md) and [iOS](native-components-ios.md) to suit your app’s unique needs. We also have a thriving ecosystem of these **community-contributed components.** Check out [Native Directory](https://www.native.directory/) to find what the community has been creating. +React Native lets you to build your own Native Components for [Android](native-components-android.md) and [iOS](native-components-ios.md) to suit your app’s unique needs. We also have a thriving ecosystem of these **community-contributed components.** Check out [React Native Directory](https://reactnative.directory) to find what the community has been creating. React Native also includes a set of essential, ready-to-use Native Components you can use to start building your app today. These are React Native's **Core Components**. diff --git a/website/versioned_docs/version-0.62/libraries.md b/website/versioned_docs/version-0.62/libraries.md index c967feec545..1947fbf01ea 100644 --- a/website/versioned_docs/version-0.62/libraries.md +++ b/website/versioned_docs/version-0.62/libraries.md @@ -71,7 +71,7 @@ Usually libraries built _specifically for other platforms_ will not work with Re ### Does it work for the platforms that my app supports? -[React Native Directory](https://reactnative.directory/) allows you to filter by platform compatibility, such as iOS, Android, Web, and Windows. If the library you would like to use is not currently listed there, refer to the README for the library to learn more. +[React Native Directory](https://reactnative.directory) allows you to filter by platform compatibility, such as iOS, Android, Web, and Windows. If the library you would like to use is not currently listed there, refer to the README for the library to learn more. ### Does it work with my app version of React Native? diff --git a/website/versioned_docs/version-0.62/more-resources.md b/website/versioned_docs/version-0.62/more-resources.md index 6d1c9208201..e8f57bfe898 100644 --- a/website/versioned_docs/version-0.62/more-resources.md +++ b/website/versioned_docs/version-0.62/more-resources.md @@ -39,6 +39,6 @@ Try out apps from the [Showcase](https://reactnative.dev/showcase) to see what R React Native has a community of thousands of developers like you making content, tools, tutorials—and Native Components! -Can’t find what you’re looking for in the Core Components? Visit [Native Directory](https://www.native.directory/) to find what the community has been creating. +Can’t find what you’re looking for in the Core Components? Visit [React Native Directory](https://reactnative.directory) to find what the community has been creating. Interested in making your own Native Component or Module? Making modules for your own use case and sharing them with others on NPM and GitHub helps grow the React Native ecosystem and community! Read the guides to making your own Native Modules ([Android](native-modules-android.md), [iOS](native-modules-ios.md)) and Native Components ([Android](native-components-android.md), [iOS](native-components-ios.md)).