Skip to content

Commit bb998fd

Browse files
fix broken link server-functions (#7923)
1 parent ddfcf6e commit bb998fd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function UpdateName() {
195195

196196
When using `useActionState` with Server Functions, React will also automatically replay form submissions entered before hydration finishes. This means users can interact with your app even before the app has hydrated.
197197

198-
For more, see the docs for [`useActionState`](/reference/react-dom/hooks/useFormState).
198+
For more, see the docs for [`useActionState`](/reference/react/useActionState).
199199

200200
### Progressive enhancement with `useActionState` {/*progressive-enhancement-with-useactionstate*/}
201201

@@ -219,4 +219,4 @@ function UpdateName() {
219219

220220
When the <CodeStep step={2}>permalink</CodeStep> is provided to `useActionState`, React will redirect to the provided URL if the form is submitted before the JavaScript bundle loads.
221221

222-
For more, see the docs for [`useActionState`](/reference/react-dom/hooks/useFormState).
222+
For more, see the docs for [`useActionState`](/reference/react/useActionState).

0 commit comments

Comments
 (0)