Fix link to serialization document (#1013)

This is current as of 972f2e7b12
This commit is contained in:
lsb 2020-07-07 17:58:39 -07:00 committed by GitHub
parent 901f457dc2
commit 5c4b57691f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -180,7 +180,7 @@ fastify.route({
By defining a JSON schema, you get validation and improved performance.
See: [Validation and serialize](https://github.com/fastify/fastify/blob/master/docs/Validation-And-Serialize.md)
See: [Validation and serialization](https://github.com/fastify/fastify/blob/master/docs/Validation-And-Serialization.md)
Plugins
-------