From c518ed2d657ea063a6ac39f29f13a65a2192c81e Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Tue, 30 Jun 2026 11:27:20 +0100 Subject: [PATCH] docs: fix broken links --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3502c05..d7435d8 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@ This [`fastify`](https://fastify.dev) 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`](https://npm.im/@fastify/reply-from), which enables single route proxying. +[`@fastify/reply-from`](https://www.npmjs.com/package/@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.