diff --git a/docs/getting-started/react-native.mdx b/docs/getting-started/react-native.mdx
index ae41e8cb2..f4d7d9743 100644
--- a/docs/getting-started/react-native.mdx
+++ b/docs/getting-started/react-native.mdx
@@ -3,6 +3,7 @@ id: react-native
title: Set up your React Native App
sidebar_label: React Native
---
+import useBaseUrl from '@docusaurus/useBaseUrl';
Starting with React Native 0.62, after generating your project with `react-native init`, the Flipper integration is ready out of the box for debug builds:
@@ -31,5 +32,5 @@ To update the Flipper SDK in your project, you bump the version in the `ios/Podf
If you are not using a default React Native template or cannot use the upgrade tool,
you can find instructions for how to integate Flipper into your projects in these guides:
-- [React Native for Android](react-native-android)
-- [React Native for iOS](react-native-ios)
+- React Native for Android
+- React Native for iOS