We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8463dee commit a133e38Copy full SHA for a133e38
README.md
@@ -100,7 +100,7 @@ decorators.
100
101
If a request matches the URL `prefix` but a file cannot be found for the
102
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).
+handler with [`fastify.setNotFoundHandler()`](https://www.fastify.io/docs/latest/Server/#setnotfoundhandler).
104
105
### Handling Errors
106
0 commit comments