From bb998fdef6837209b7fd8415bad95b39fb20a054 Mon Sep 17 00:00:00 2001 From: Pouria Damavandi <98946406+PouriaDamavandi@users.noreply.github.com> Date: Mon, 1 Sep 2025 22:05:15 +0330 Subject: [PATCH] fix broken link server-functions (#7923) --- src/content/reference/rsc/server-functions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/content/reference/rsc/server-functions.md b/src/content/reference/rsc/server-functions.md index 2603c1099..c5c7a9777 100644 --- a/src/content/reference/rsc/server-functions.md +++ b/src/content/reference/rsc/server-functions.md @@ -195,7 +195,7 @@ function UpdateName() { 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. -For more, see the docs for [`useActionState`](/reference/react-dom/hooks/useFormState). +For more, see the docs for [`useActionState`](/reference/react/useActionState). ### Progressive enhancement with `useActionState` {/*progressive-enhancement-with-useactionstate*/} @@ -219,4 +219,4 @@ function UpdateName() { When the permalink is provided to `useActionState`, React will redirect to the provided URL if the form is submitted before the JavaScript bundle loads. -For more, see the docs for [`useActionState`](/reference/react-dom/hooks/useFormState). +For more, see the docs for [`useActionState`](/reference/react/useActionState).