Skip to content

Commit 30fda62

Browse files
authored
docs(helmet): broken fastify reference link
1 parent 5c6b6c2 commit 30fda62

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/security/helmet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ If you are using the `FastifyAdapter`, install the [fastify-helmet](https://gith
3030
$ npm i --save fastify-helmet
3131
```
3232

33-
[fastify-helmet](https://github.com/fastify/fastify-helmet) should not be used as a middleware, but as a [Fastify plugin](https://www.fastify.io/docs/latest/Plugins/), i.e., by using `app.register()`:
33+
[fastify-helmet](https://github.com/fastify/fastify-helmet) should not be used as a middleware, but as a [Fastify plugin](https://www.fastify.io/docs/latest/Reference/Plugins/), i.e., by using `app.register()`:
3434

3535
```typescript
3636
import { fastifyHelmet } from 'fastify-helmet';

0 commit comments

Comments
 (0)