Skip to content

Commit

Permalink
docs: fix link in validation page (#3983)
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahgm authored Jul 3, 2024
1 parent 76cd85c commit 778a18f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/concepts/validation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,4 @@ React Hook Form is a library for managing form state and validation in React app

With React Hook Form, you can easily manage form state without the need for controlled components, making your code cleaner and more concise. It also offers performance benefits by reducing unnecessary re-renders.

For some examples have a look at [Building Forms](/concepts/building-forms#handling-complex-forms-and-form-state) section.
For some examples have a look at [Building Forms](/patterns/building-forms#handling-complex-forms-and-form-state) section.

0 comments on commit 778a18f

Please sign in to comment.