Skip to content

Commit 81cf2d7

Browse files
Update docs/start/framework/react/server-routes.md
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
1 parent 8c8ee74 commit 81cf2d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/start/framework/react/server-routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ Server route requests are handled by Start automatically by default or by Start'
110110

111111
The start handler is responsible for matching an incoming request to a server route and executing the appropriate middleware and handler.
112112

113-
If you need to customize the server handler, you can do so by creating a custom handler and then passing the event to the start handler. See [The Server Entry Point](../server-entry-point).
113+
If you need to customize the server handler, you can do so by creating a custom handler and then passing the event to the start handler. See [The Server Entry Point](./server-entry-point).
114114

115115
## Defining a Server Route
116116

0 commit comments

Comments
 (0)