From 8041e914f351eef7136b852d8baf94191d523fab Mon Sep 17 00:00:00 2001 From: Angel Tabares Date: Thu, 21 Oct 2021 00:29:12 -0300 Subject: [PATCH] update validation and middleware reference links (#1727) --- fastify.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/fastify.md b/fastify.md index 679ecdb5..e0794705 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 serialization](https://github.com/fastify/fastify/blob/master/docs/Validation-And-Serialization.md) +See: [Validation and serialization](https://github.com/fastify/fastify/blob/master/docs/Validation-and-Serialization.md) Plugins ------- @@ -277,7 +277,7 @@ fastify.use(require('x-xss-protection')()) Compatible with Express and Restify middlewares. (Don't use these middleware, these are covered by [fastify-helmet](https://github.com/fastify/fastify-helmet).) -See: [Middlewares](https://github.com/fastify/fastify/blob/master/docs/Middlewares.md) +See: [Middlewares](https://github.com/fastify/fastify/blob/master/docs/Middleware.md) Template rendering ------------------