From 40a5721d45cfad0659655b1e68335c661081745c Mon Sep 17 00:00:00 2001 From: John Knox Date: Fri, 19 Jun 2020 07:57:07 -0700 Subject: [PATCH] Fix link to diagnostic screen setup Summary: Was pointed out to be broken in https://github.com/facebook/flipper/issues/1254 Reviewed By: mweststrate Differential Revision: D22117270 fbshipit-source-id: 15947f9e0373b4324165de7d1a2a6be70a8e652c --- docs/troubleshooting.mdx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/troubleshooting.mdx b/docs/troubleshooting.mdx index c808c9a11..9888a687c 100644 --- a/docs/troubleshooting.mdx +++ b/docs/troubleshooting.mdx @@ -4,6 +4,7 @@ title: Troubleshooting Issues sidebar_label: Troubleshooting Issues --- import useBaseUrl from '@docusaurus/useBaseUrl'; +import Link from '@docusaurus/Link'; We hope that flipper works well out of the box, but the software is a work in progress and problems will occur. Below are some known issues and steps you can take to try to resolve them. @@ -41,7 +42,7 @@ On a terminal, run the following: ```bash adb shell am start -n /com.facebook.flipper.android.diagnostics.FlipperDiagnosticActivity ``` -This will only work if you added `FlipperDiagnosticActivity` to your `AndroidManifest.xml`. See [getting started](getting-started/index) for help. +This will only work if you added `FlipperDiagnosticActivity` to your `AndroidManifest.xml`. See getting started 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.