From 2b4809e9b8b4a4f093806b963b4a77a44d888878 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 14 Jan 2024 23:30:12 +0000 Subject: [PATCH] docs(readme): replace `fastify.io` links with `fastify.dev` (#503) * docs(readme): replace `fastify.io` links with `fastify.dev` * 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 e0369919..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.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://fastify.dev/docs/latest/Reference/Validation-and-Serialization/#validator-compiler). ```js