diff --git a/docs/pages/docs/getting-started/react-native.mdx b/docs/pages/docs/getting-started/react-native.mdx index 2a43767990..eeb4ddac81 100644 --- a/docs/pages/docs/getting-started/react-native.mdx +++ b/docs/pages/docs/getting-started/react-native.mdx @@ -155,5 +155,5 @@ You can configure the Cosmos Native renderer to auto load a fixture on init. You can get Cosmos to [mirror your fixtures on both DOM and Native renderers](https://twitter.com/ReactCosmos/status/1156147491026472964) using the following steps: 1. Set up Cosmos for Native using the steps above. -2. Set up the react-cosmos-webpack-plugin as described [here](README.md#getting-started). +2. Set up `react-cosmos-plugin-webpack` as described [here](./webpack.md). 3. Start Cosmos with the `cosmos --expose-imports` command.