Skip to content

Commit dc9d4a8

Browse files
authored
docs: fix dead link in reference/rsc/server-functions.md
1 parent 5b09100 commit dc9d4a8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/content/reference/rsc/server-functions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ function UpdateName() {
170170

171171
When the Form submission succeeds, React will automatically reset the form. You can add `useActionState` to access the pending state, last response, or to support progressive enhancement.
172172

173-
For more, see the docs for [Server Functions in Forms](/reference/rsc/use-server#server-functions-in-forms).
173+
For more, see the docs for [Server Functions in Forms](#server-functions-in-forms).
174174

175175
### Server Functions with `useActionState` {/*server-functions-with-use-action-state*/}
176176

0 commit comments

Comments
 (0)