From df395333c1c211f5519cead0f25667a209df091c Mon Sep 17 00:00:00 2001 From: Ben Hoskins Date: Wed, 9 Oct 2024 17:15:19 +0100 Subject: [PATCH] fix state management doc link in frontend-commands.mdx (#7334) - found dead (assuming old) link in docs --- .../developers/frontend-development/frontend-commands.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 56dc4e718a..eb1b02c2de 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 +