Skip to content

Commit 472f39f

Browse files
authored
correct fastify-rate-limit plugin documentation link (#67)
Signed-off-by: Yudatadei <[email protected]>
1 parent b18bd1a commit 472f39f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plugins/external/rate-limit.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ export const autoConfig = (fastify: FastifyInstance) => {
1111
/**
1212
* This plugins is low overhead rate limiter for your routes.
1313
*
14-
* @see {@link https://github.com/fastify/fastify-helmet}
14+
* @see {@link https://github.com/fastify/fastify-rate-limit}
1515
*/
1616
export default fastifyRateLimit

0 commit comments

Comments
 (0)