Skip to content

Commit

Permalink
docs(readme): fix broken link (#347)
Browse files Browse the repository at this point in the history
Signed-off-by: Frazer Smith <frazer.dev@outlook.com>
  • Loading branch information
Fdawgs authored Jan 16, 2024
1 parent 30f5e53 commit 5cfb3b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 5cfb3b9

Please sign in to comment.