Skip to content

Commit b89caa4

Browse files
Docs IA 2.0: Create Forms guide (#79288)
Closes: https://linear.app/vercel/issue/DOC-4671/forms No redirects needed yet as no pages were deleted.
1 parent c0104dc commit b89caa4

File tree

9 files changed

+838
-768
lines changed

9 files changed

+838
-768
lines changed

docs/01-app/01-getting-started/10-error-handling.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Errors can be divided into two categories: [expected errors](#handling-expected-
1616

1717
## Handling expected errors
1818

19-
Expected errors are those that can occur during the normal operation of the application, such as those from [server-side form validation](/docs/app/building-your-application/data-fetching/server-actions-and-mutations#server-side-form-validation) or failed requests. These errors should be handled explicitly and returned to the client.
19+
Expected errors are those that can occur during the normal operation of the application, such as those from [server-side form validation](/docs/app/guides/forms) or failed requests. These errors should be handled explicitly and returned to the client.
2020

2121
### Server Functions
2222

0 commit comments

Comments
 (0)