From 43fa5973bbfe8855f13799acd1073a6c0e6e1b14 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Wed, 3 May 2023 07:43:36 +0100 Subject: [PATCH] docs(readme): update outdated fastify-reply-from link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cacf757..76b25cc 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This [`fastify`](https://www.fastify.io) plugin forwards all requests received with a given prefix (or none) to an upstream. All Fastify hooks are still applied. `@fastify/http-proxy` is built on top of -[`@fastify/reply-from`](http://npm.im/fastify-reply-from), which enables single route proxying. +[`@fastify/reply-from`](https://npm.im/@fastify/reply-from), which enables single route proxying. This plugin can be used in a variety of circumstances, for example if you have to proxy an internal domain to an external domain (useful to avoid CORS problems) or to implement your own API gateway for a microservices architecture.