From 0acba7e68036dabf77e79fa416f9d3e8f49a33e1 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 14 Jan 2024 10:04:15 +0000 Subject: [PATCH] docs(readme): replace `fastify.io` links with `fastify.dev` (#122) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 147a210..1a37f7c 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ npm i @fastify/type-provider-typebox ## Overview -This package provides enhanced support for TypeBox by integrating it with the Fastify [Type Provider](https://www.fastify.io/docs/latest/Reference/Type-Providers/) infrastructure. It provides a re-export of the TypeBox `Type.*` builder for convenience as well as providing additional utility types and optional validation infrastructure that can be useful when leveraging TypeBox with Fastify. +This package provides enhanced support for TypeBox by integrating it with the Fastify [Type Provider](https://fastify.dev/docs/latest/Reference/Type-Providers/) infrastructure. It provides a re-export of the TypeBox `Type.*` builder for convenience as well as providing additional utility types and optional validation infrastructure that can be useful when leveraging TypeBox with Fastify. ## Usage