diff --git a/docs/getting-started/ios-native.md b/docs/getting-started/ios-native.md index 53e317ae2..39bbf42a0 100644 --- a/docs/getting-started/ios-native.md +++ b/docs/getting-started/ios-native.md @@ -234,7 +234,7 @@ Finally, you need to add plugins to your Flipper client. Above, we have only add ## Having trouble? -See the [troubleshooting page](troubleshooting.html) for help with known problems. +See the [troubleshooting page](../troubleshooting) for help with known problems.
diff --git a/docs/getting-started/react-native-ios.md b/docs/getting-started/react-native-ios.md index bd9b7cc59..189380190 100644 --- a/docs/getting-started/react-native-ios.md +++ b/docs/getting-started/react-native-ios.md @@ -170,7 +170,7 @@ Lastly, open the Flipper desktop app, and run `yarn ios` in your terminal. ## Troubleshooting -If you can't build your app after adding Flipper, you may need to configure the Swift compiler. To do so, adding an empty Swift file in your project is the easiest way. +See the [troubleshooting page](../troubleshooting) for help with known problems. ## Further Steps