diff --git a/apps/docs/content/blog/v2.6.0.mdx b/apps/docs/content/blog/v2.6.0.mdx index 627651ba05..32dcc72ce7 100644 --- a/apps/docs/content/blog/v2.6.0.mdx +++ b/apps/docs/content/blog/v2.6.0.mdx @@ -87,7 +87,7 @@ NextUI version **v2.6.0** comes with 4 new components **Form**, **Drawer**, **In ## Form Component -Built on [React Aria's Form](https://react-spectrum.adobe.com/react-aria/forms.html#forms) component, the [Form](/docs/components/forms) component provides accessible form handling with built-in submission, validation and error management. +Built on [React Aria's Form](https://react-spectrum.adobe.com/react-aria/forms.html#forms) component, the [Form](/docs/components/form) component provides accessible form handling with built-in submission, validation and error management. @@ -313,7 +313,7 @@ function Example() { - **Form Libraries Support**: Supports popular form libraries like `react-hook-form` and `formik` - **Accessibility**: Built-in accessibility features including ARIA attributes and keyboard navigation -Check out our [Forms documentation](/docs/components/forms) for a deep dive into all the features and capabilities. +Check out our [Forms documentation](/docs/components/form) for a deep dive into all the features and capabilities. @@ -566,7 +566,7 @@ declare module "@react-types/shared" { - **Improved Base Path Support**: Better handling of base paths through the new `useHref` prop in `NextUIProvider` - **Framework-specific Optimizations**: Built-in support for Next.js (both App and Pages Router), React Router, Remix, and TanStack Router -See the [Routing documentation](/docs/guides/routing) for more details. +See the [Routing documentation](/docs/guide/routing) for more details.