diff --git a/packages/docs/src/routes/docs/gotchas/index.mdx b/packages/docs/src/routes/docs/gotchas/index.mdx index 2440c76692..0443db312e 100644 --- a/packages/docs/src/routes/docs/gotchas/index.mdx +++ b/packages/docs/src/routes/docs/gotchas/index.mdx @@ -4,7 +4,7 @@ title: Gotchas - Mitosis # Gotchas and limitations -We have put together ESLint rules that will warn you when encountering these limitations (and many more). The rules themselves are a great source of documentation. Make sure to read up on them [here](../packages/eslint-plugin/docs/rules/) +We have put together ESLint rules that will warn you when encountering these limitations (and many more). The rules themselves are a great source of documentation. Make sure to read up on them [here](https://github.com/BuilderIO/mitosis/tree/main/packages/eslint-plugin/docs/rules) ### Defining variables with the same name as a state property will shadow it