Skip to content

Commit

Permalink
docs(blog): v2.6.0 link typo
Browse files Browse the repository at this point in the history
  • Loading branch information
OwLu0905 committed Dec 12, 2024
1 parent 053c1a7 commit 747d523
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions apps/docs/content/blog/v2.6.0.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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.

<Spacer y={4} />

Expand Down Expand Up @@ -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.

<Spacer y={4} />

Expand Down

0 comments on commit 747d523

Please sign in to comment.