Fix some broken links
Summary: KESHAmambo pointed out some internal links are broken on the website: https://twitter.com/KESHAmambo/status/1255443093542895619 The way relative links are processed in docusaurus v1 and v2 has changed. This fixes them up. Reviewed By: mweststrate Differential Revision: D21301293 fbshipit-source-id: 7610e38a55bc066625373cf2eee9a3efb63aec08
This commit is contained in:
committed by
Facebook GitHub Bot
parent
c62760b3e8
commit
281cd67ddb
@@ -41,7 +41,7 @@ On a terminal, run the following:
|
||||
```bash
|
||||
adb shell am start -n <APP_PACKAGE>/com.facebook.flipper.android.diagnostics.FlipperDiagnosticActivity
|
||||
```
|
||||
This will only work if you added `FlipperDiagnosticActivity` to your `AndroidManifest.xml`. See [getting started](getting-started/) for help.
|
||||
This will only work if you added `FlipperDiagnosticActivity` to your `AndroidManifest.xml`. See [getting started](getting-started/index) for help.
|
||||
|
||||
#### iOS
|
||||
You'll need to manually add this [ViewController](https://github.com/facebook/flipper/blob/master/iOS/FlipperKit/FlipperDiagnosticsViewController.m) to your app to see the in-app diagnostics.
|
||||
@@ -92,7 +92,7 @@ debugImplementation('com.facebook.flipper:flipper:*') {
|
||||
|
||||
### Build errors in React Native
|
||||
|
||||
If you experience errors such as `Undefined symbol: associated type descriptor for FloatLiteralType` or `Undefined symbol: __swift_FORCE_LOAD_$_swiftCompatibility50` after going through the [Getting Started](/docs/getting-started/) tutorial you must do as follows:
|
||||
If you experience errors such as `Undefined symbol: associated type descriptor for FloatLiteralType` or `Undefined symbol: __swift_FORCE_LOAD_$_swiftCompatibility50` after going through the [Getting Started](getting-started/index) tutorial you must do as follows:
|
||||
|
||||
1. Open your project in Xcode;
|
||||
1. Click in your project's name on the left side;
|
||||
|
||||
Reference in New Issue
Block a user