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
This commit is contained in:
committed by
Facebook GitHub Bot
parent
8b75e81da5
commit
bb3159df83
@@ -234,7 +234,7 @@ Finally, you need to add plugins to your Flipper client. Above, we have only add
|
|||||||
|
|
||||||
## Having trouble?
|
## Having trouble?
|
||||||
|
|
||||||
See the [troubleshooting page](troubleshooting.html) for help with known problems.
|
See the [troubleshooting page](../troubleshooting) for help with known problems.
|
||||||
|
|
||||||
<div class="warning">
|
<div class="warning">
|
||||||
|
|
||||||
|
|||||||
@@ -170,7 +170,7 @@ Lastly, open the Flipper desktop app, and run `yarn ios` in your terminal.
|
|||||||
|
|
||||||
## Troubleshooting
|
## 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
|
## Further Steps
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user