From a4973f29135695a1d416b0a56194747c2fed896c Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 14 Jan 2024 09:34:47 +0000 Subject: [PATCH 1/2] docs(readme): replace `fastify.io` links with `fastify.dev` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e0369919..e994fcb1 100644 --- a/README.md +++ b/README.md @@ -372,7 +372,7 @@ The shared schema, that is added, will look like this: ### JSON Schema with Swagger -If you want to use `@fastify/multipart` with `@fastify/swagger` and `@fastify/swagger-ui` you must add a new type called `isFile` and use custom instance of validator compiler [Docs](https://www.fastify.io/docs/latest/Reference/Validation-and-Serialization/#validator-compiler). +If you want to use `@fastify/multipart` with `@fastify/swagger` and `@fastify/swagger-ui` you must add a new type called `isFile` and use custom instance of validator compiler [Docs](https://www.fastify.dev/docs/latest/Reference/Validation-and-Serialization/#validator-compiler). ```js From 9d74a78ee5a2c9a7c30fd3b7ffe2ac88d2f9d77e Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 14 Jan 2024 09:46:36 +0000 Subject: [PATCH 2/2] docs(readme): remove `www.` from `fastify.dev` urls --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e994fcb1..00ecbe63 100644 --- a/README.md +++ b/README.md @@ -372,7 +372,7 @@ The shared schema, that is added, will look like this: ### JSON Schema with Swagger -If you want to use `@fastify/multipart` with `@fastify/swagger` and `@fastify/swagger-ui` you must add a new type called `isFile` and use custom instance of validator compiler [Docs](https://www.fastify.dev/docs/latest/Reference/Validation-and-Serialization/#validator-compiler). +If you want to use `@fastify/multipart` with `@fastify/swagger` and `@fastify/swagger-ui` you must add a new type called `isFile` and use custom instance of validator compiler [Docs](https://fastify.dev/docs/latest/Reference/Validation-and-Serialization/#validator-compiler). ```js