From 2b927b4e72617150224e66ff21b5e382ccba3ea4 Mon Sep 17 00:00:00 2001 From: "Jeferson S. Brito" Date: Thu, 8 Sep 2022 03:45:47 -0700 Subject: [PATCH] fix: 404 docs links in app inspect (#4042) Summary: Currently, the `app inspect` tooltip at the left rail has a link to the getting started page that doesn't exist. New path is `/docs/getting-started/`. Also fix troubleshooting guide and no devices are found to `/docs/getting-started/troubleshooting/` Pull Request resolved: https://github.com/facebook/flipper/pull/4042 Reviewed By: lawrencelomax Differential Revision: D39314971 Pulled By: lblasa fbshipit-source-id: 000b354b60bd05211b99134b63d790bf6949060f --- .../src/sandy-chrome/appinspect/AppInspect.tsx | 4 +--- .../flipper-ui-core/src/sandy-chrome/appinspect/NoDevices.tsx | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/desktop/flipper-ui-core/src/sandy-chrome/appinspect/AppInspect.tsx b/desktop/flipper-ui-core/src/sandy-chrome/appinspect/AppInspect.tsx index c7d50f52a..052223d63 100644 --- a/desktop/flipper-ui-core/src/sandy-chrome/appinspect/AppInspect.tsx +++ b/desktop/flipper-ui-core/src/sandy-chrome/appinspect/AppInspect.tsx @@ -36,9 +36,7 @@ const appTooltip = ( Inspect apps by selecting connected devices and emulators. Navigate and bookmark frequent destinations in the app. Refresh, screenshot and screenrecord is also available.{' '} - - Learn More - + Learn More ); diff --git a/desktop/flipper-ui-core/src/sandy-chrome/appinspect/NoDevices.tsx b/desktop/flipper-ui-core/src/sandy-chrome/appinspect/NoDevices.tsx index a652a317d..a0b0764bf 100644 --- a/desktop/flipper-ui-core/src/sandy-chrome/appinspect/NoDevices.tsx +++ b/desktop/flipper-ui-core/src/sandy-chrome/appinspect/NoDevices.tsx @@ -36,7 +36,7 @@ export function NoDevices() { Start a fresh emulator {' '} or check the{' '} - + troubleshooting guide .