fix link to Layout Inspector Plugin (#4051)

Summary:
fix link to Layout Inspector Plugin

## Question

should be used here the `<Link to={useBaseUrl("` syntax?

Pull Request resolved: https://github.com/facebook/flipper/pull/4051

Test Plan:
Imported from GitHub, without a `Test Plan:` line.

**Static Docs Preview: flipper**
|[Full Site](https://our.intern.facebook.com/intern/staticdocs/eph/D39652045/V4/flipper/)|

|**Modified Pages**|
|[docs/getting-started/ios-native](https://our.intern.facebook.com/intern/staticdocs/eph/D39652045/V4/flipper/docs/getting-started/ios-native/)|

Reviewed By: LukeDefeo

Differential Revision: D39652045

Pulled By: LukeDefeo

fbshipit-source-id: af2f188db63e4fd5daa55df2ce6e0d779ede713a
This commit is contained in:
Muescha
2022-09-22 03:42:36 -07:00
committed by Facebook GitHub Bot
parent 060f8911b1
commit 6889446bc5

View File

@@ -150,7 +150,7 @@ class AppDelegate: UIResponder, UIApplicationDelegate {
## Enabling plugins
Finally, you need to add plugins to your Flipper client. The Layout Inspector plugin is shown above to get you started.
See <Link to={useBaseUrl("/docs/setup/plugins/network")}>Network Plugin</Link> and [Layoutj Inspector Plugin](https://www.internalfb.com/intern/staticdocs/flipper/docs/features/plugins/inspector/) for information on how to add them and enable Litho or ComponentKit support. You can check the sample apps in the [GitHub repo](https://github.com/facebook/flipper) for examples of integrating other plugins.
See [Network Plugin](../setup/plugins/network.mdx) and [Layout Inspector Plugin](../features/plugins/inspector.mdx) for information on how to add them and enable Litho or ComponentKit support. You can check the sample apps in the [GitHub repo](https://github.com/facebook/flipper) for examples of integrating other plugins.
## Isues or questions