From 407e9c6802768587fde95fac6b3f679db8b83792 Mon Sep 17 00:00:00 2001 From: Dada Khalandar Date: Sat, 11 Oct 2025 14:15:07 +0800 Subject: [PATCH] fix: correct link to Form documentation in form.mdx (#8416) --- apps/v4/content/docs/components/form.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/v4/content/docs/components/form.mdx b/apps/v4/content/docs/components/form.mdx index 5992318212..8a89d57de4 100644 --- a/apps/v4/content/docs/components/form.mdx +++ b/apps/v4/content/docs/components/form.mdx @@ -9,7 +9,7 @@ import { InfoIcon } from "lucide-react" } title="We are not actively developing this component anymore."> -The Form component is an abstraction over the `react-hook-form` library. Going forward, we recommend using the [``](/docs/components/field) component to build forms. See the [Form](/docs/form) documentation for more information. +The Form component is an abstraction over the `react-hook-form` library. Going forward, we recommend using the [``](/docs/components/field) component to build forms. See the [Form](/docs/forms) documentation for more information.