From 5cfb3b9c9f5e9b71afea19d9fb5ceda89a3c5d23 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 16 Jan 2024 10:48:09 +0000 Subject: [PATCH] docs(readme): fix broken link (#347) Signed-off-by: Frazer Smith --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f6578ec1..417c3640 100644 --- a/README.md +++ b/README.md @@ -325,7 +325,7 @@ const customRetryLogic = ({req, res, err, getDefaultRetry}: RetryDetails) => { ### `reply.from(source, [opts])` The plugin decorates the -[`Reply`](https://github.com/fastify/fastify/blob/master/docs/Reply.md) +[`Reply`](https://fastify.dev/docs/latest/Reference/Reply) instance with a `from` method, which will reply to the original request __from the desired source__. The options allows to override any part of the request or response being sent or received to/from the source.