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!