Skip to content

Commit a133e38

Browse files
sebdeckerscemremengu
authored andcommitted
(Un)intentionally ironic broken link to 404 handler (#91)
1 parent 8463dee commit a133e38

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ decorators.
100100

101101
If a request matches the URL `prefix` but a file cannot be found for the
102102
request, Fastify's 404 handler will be called. You can set a custom 404
103-
handler with [`fastify.setNotFoundHandler()`](https://www.fastify.io/docs/latest/Server-Methods/#setnotfoundhandler).
103+
handler with [`fastify.setNotFoundHandler()`](https://www.fastify.io/docs/latest/Server/#setnotfoundhandler).
104104

105105
### Handling Errors
106106

0 commit comments

Comments
 (0)