Skip to content

Commit 11d42fd

Browse files
authored
docs(readme): update outdated fastify-reply-from link (#301)
1 parent 156125d commit 11d42fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ This [`fastify`](https://www.fastify.io) plugin forwards all requests
99
received with a given prefix (or none) to an upstream. All Fastify hooks are still applied.
1010

1111
`@fastify/http-proxy` is built on top of
12-
[`@fastify/reply-from`](http://npm.im/fastify-reply-from), which enables single route proxying.
12+
[`@fastify/reply-from`](https://npm.im/@fastify/reply-from), which enables single route proxying.
1313

1414
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.
1515

0 commit comments

Comments
 (0)