Skip to content

Commit f9b9b66

Browse files
authored
Fix #6852: navigation link fix (#6853)
1 parent f1b0f86 commit f9b9b66

File tree

1 file changed

+1
-1
lines changed
  • src/content/reference/react-dom/components

1 file changed

+1
-1
lines changed

src/content/reference/react-dom/components/form.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,7 @@ export async function signUpNewUser(newEmail) {
386386

387387
</Sandpack>
388388

389-
Learn more about updating state from a form action with the [`useActionState`](/reference/react/hooks/useActionState) docs
389+
Learn more about updating state from a form action with the [`useActionState`](/reference/react/useActionState) docs
390390

391391
### Handling multiple submission types {/*handling-multiple-submission-types*/}
392392

0 commit comments

Comments
 (0)