Skip to content

Commit

Permalink
docs(serverReference): fixing ajv docs url (#4253)
Browse files Browse the repository at this point in the history
  • Loading branch information
wilbert-abreu committed Sep 6, 2022
1 parent c05f261 commit a46aead
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/Reference/Server.md
Expand Up @@ -668,7 +668,7 @@ the incoming request as usual.

Configure the Ajv v8 instance used by Fastify without providing a custom one.
The default configuration is explained in the
[#schema-validator](Validation-and-Serialization.md#schema-validator) section.
[#schema-validator](./Validation-and-Serialization.md#schema-validator) section.

```js
const fastify = require('fastify')({
Expand Down

0 comments on commit a46aead

Please sign in to comment.