diff --git a/docs/getting-started/ios-native.mdx b/docs/getting-started/ios-native.mdx index 1a4545c7e..8c43c7c20 100644 --- a/docs/getting-started/ios-native.mdx +++ b/docs/getting-started/ios-native.mdx @@ -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 Network Plugin 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