Skip to content

Commit 8c8ee74

Browse files
authored
[Docs] Fix link to Server Entry Point in server-routes.md
Updated link in documentation for server handler customization
1 parent f955b5d commit 8c8ee74

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](../learn-the-basics#the-server-entry-point-optional).
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)