From ebc4cccffff4d885c3fa23b3979275dfc769badd Mon Sep 17 00:00:00 2001 From: Sebastiaan Deckers Date: Wed, 6 Feb 2019 18:27:41 +0800 Subject: [PATCH] (Un)intentionally ironic broken link to 404 handler --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a4cd902f..1e7b6e57 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,7 @@ decorators. If a request matches the URL `prefix` but a file cannot be found for the request, Fastify's 404 handler will be called. You can set a custom 404 -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). ### Handling Errors