Skip to content

Commit 413a56a

Browse files
authored
docs: fix broken link (#4055)
1 parent 99b0977 commit 413a56a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/framework/react/middleware.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ const requestLogger = createMiddleware()
263263

264264
## Reading/Modifying the Server Response
265265

266-
Middleware that uses the `server` method executes in the same context as server functions, so you can follow the exact same [Server Function Context Utilities](./server-functions#server-function-context) to read and modify anything about the request headers, status codes, etc.
266+
Middleware that uses the `server` method executes in the same context as server functions, so you can follow the exact same [Server Function Context Utilities](../server-functions#server-function-context) to read and modify anything about the request headers, status codes, etc.
267267

268268
## Modifying the Client Request
269269

0 commit comments

Comments
 (0)