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
This commit is contained in:
Jeferson S. Brito
2022-09-08 03:45:47 -07:00
committed by Facebook GitHub Bot
parent eb98a042b7
commit 2b927b4e72
2 changed files with 2 additions and 4 deletions

View File

@@ -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.{' '}
<Link href="https://fbflipper.com/docs/getting-started/index">
Learn More
</Link>
<Link href="https://fbflipper.com/docs/getting-started/">Learn More</Link>
</>
);

View File

@@ -36,7 +36,7 @@ export function NoDevices() {
<Text>
Start a fresh emulator <RocketOutlined onClick={onLaunchEmulator} />{' '}
or check the{' '}
<Link href="https://fbflipper.com/docs/getting-started/troubleshooting/troubleshooting">
<Link href="https://fbflipper.com/docs/getting-started/troubleshooting/">
troubleshooting guide
</Link>
.