From 5c4b57691f322247028bb9c6d50b2fd487ea430a Mon Sep 17 00:00:00 2001 From: lsb Date: Tue, 7 Jul 2020 17:58:39 -0700 Subject: [PATCH] Fix link to serialization document (#1013) This is current as of https://github.com/fastify/fastify/commit/972f2e7b124d4ca692c25c1c4b1be46c6913c0e9 --- fastify.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/fastify.md b/fastify.md index c6fdb9409..679ecdb55 100644 --- a/fastify.md +++ b/fastify.md @@ -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 -------