From bb3159df83c4b6c5b475142f6841b8ac9429125e Mon Sep 17 00:00:00 2001 From: Lucas Bento Date: Thu, 16 Apr 2020 04:24:55 -0700 Subject: [PATCH] Add correct `Troubleshooting` page links (#1013) Summary: This PR fixes a broken `Troubleshooting` link in the iOS setup page as well as adds that link to the React Native iOS one. ## Changelog Add correct `Troubleshooting` page links Pull Request resolved: https://github.com/facebook/flipper/pull/1013 Test Plan: Check `docs/getting-started/native-ios` and `docs/getting-started/react-native-ios`. Reviewed By: mweststrate Differential Revision: D21042264 Pulled By: passy fbshipit-source-id: 3b069b3ffa51d5d290af410d8c85ecb316d76c32 --- docs/getting-started/ios-native.md | 2 +- docs/getting-started/react-native-ios.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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