From 6e307c790b19a3d5b3e21ea3d28366dc1373f5f3 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 7 Jan 2025 09:03:22 +0000 Subject: [PATCH] docs(readme): fix broken link Signed-off-by: Frazer Smith --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 19c1932..55a2065 100644 --- a/README.md +++ b/README.md @@ -172,7 +172,7 @@ fastify.register(proxy, { ### `config` An object accessible within the `preHandler` via `reply.context.config`. -See [Config](https://fastify.dev/docs/v4.8.x/Reference/Routes/#config) in the Fastify +See [Config](https://fastify.dev/docs/latest/Reference/Routes/#config) in the Fastify documentation for information on this option. Note: this is merged with other configuration passed to the route.