From 4a777df6178e7ef8c96f125f9fe9501a047d9e35 Mon Sep 17 00:00:00 2001 From: John Knox Date: Thu, 30 Apr 2020 05:55:56 -0700 Subject: [PATCH] Fix more links Summary: Somehow I missed these two the last time. These are the final broken links reported by https://www.brokenlinkcheck.com/broken-links.php#status except for the "edit this page" link on the autogenerated ui-components page. Reviewed By: mweststrate Differential Revision: D21325511 fbshipit-source-id: dbc61bbed1366a007ed2cdde3a72f8ea974d871f --- docs/features/react-native.mdx | 2 +- docs/getting-started/react-native-ios.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/features/react-native.mdx b/docs/features/react-native.mdx index 557e4b410..6f0819eae 100644 --- a/docs/features/react-native.mdx +++ b/docs/features/react-native.mdx @@ -9,7 +9,7 @@ import useBaseUrl from '@docusaurus/useBaseUrl'; The React Native and Developer tooling teams at Facebook work in close collaboration to make sure Flipper offers top-notch value out of the box for React Native development. Integration between React Native and Flipper is enabled out of the box in React Native version 0.62 and higher. -→ [See setup instructions for React Native](../getting-started#setup-your-react-native-app) +→ [See setup instructions for React Native](../getting-started/index#setup-your-react-native-app) ## Device type: React Native diff --git a/docs/getting-started/react-native-ios.mdx b/docs/getting-started/react-native-ios.mdx index e03dc1d24..31b1c67d5 100644 --- a/docs/getting-started/react-native-ios.mdx +++ b/docs/getting-started/react-native-ios.mdx @@ -167,4 +167,4 @@ See the [troubleshooting page](../troubleshooting) for help with known problems. ## Further Steps -To create your own plugins and integrate with Flipper using JavaScript, check out our [writing plugins for React Native](tutorial/react-native) tutorial! +To create your own plugins and integrate with Flipper using JavaScript, check out our [writing plugins for React Native](../tutorial/react-native) tutorial!