diff --git a/packages/twenty-website/src/content/developers/frontend-development/frontend-commands.mdx b/packages/twenty-website/src/content/developers/frontend-development/frontend-commands.mdx index 56dc4e718..eb1b02c2d 100644 --- a/packages/twenty-website/src/content/developers/frontend-development/frontend-commands.mdx +++ b/packages/twenty-website/src/content/developers/frontend-development/frontend-commands.mdx @@ -68,7 +68,7 @@ To avoid unnecessary [re-renders](/contributor/frontend/best-practices#managing- [Recoil](https://recoiljs.org/docs/introduction/core-concepts) handles state management. -See [best practices](/contributor/frontend/best-practices#state-management) for more information on state management. +See [best practices](/developers/section/frontend-development/best-practices-front#state-management) for more information on state management. ## Testing @@ -78,4 +78,4 @@ Jest is mainly for testing utility functions, and not components themselves. Storybook is for testing the behavior of isolated components, as well as displaying the design system. - \ No newline at end of file +