From c4e47c380cd7d05f01d84d9eda4feafa8952cd26 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 14 Jan 2024 09:35:08 +0000 Subject: [PATCH 1/2] docs(readme): replace `fastify.io` links with `fastify.dev` --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 911f7e0..189b2ac 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ This package is responsible for compiling the application's `response` JSON sche The `fast-json-stringify` configuration is the default one. You can check it the default settings in the [`fast-json-stringify` option](https://github.com/fastify/fast-json-stringify/#options) documentation. -You can also override the default configuration by passing the [`serializerOpts`](https://www.fastify.io/docs/latest/Reference/Server/#serializeropts) configuration to the Fastify instance. +You can also override the default configuration by passing the [`serializerOpts`](https://www.fastify.dev/docs/latest/Reference/Server/#serializeropts) configuration to the Fastify instance. ## Usage This module is already used as default by Fastify. -If you need to provide to your server instance a different version, refer to [the official doc](https://www.fastify.io/docs/latest/Reference/Server/#schemacontroller). +If you need to provide to your server instance a different version, refer to [the official doc](https://www.fastify.dev/docs/latest/Reference/Server/#schemacontroller). ### fast-json-stringify Standalone @@ -120,7 +120,7 @@ app.listen({ port: 3000 }) ### How it works -This module provide a factory function to produce [Serializer Compilers](https://www.fastify.io/docs/latest/Reference/Server/#serializercompiler) functions. +This module provide a factory function to produce [Serializer Compilers](https://www.fastify.dev/docs/latest/Reference/Server/#serializercompiler) functions. ## License From 485273d7b04ab72e6ed8faddfef5ad629d2e6ed1 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 14 Jan 2024 09:46:40 +0000 Subject: [PATCH 2/2] docs(readme): remove `www.` from `fastify.dev` urls --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 189b2ac..5d3630a 100644 --- a/README.md +++ b/README.md @@ -19,12 +19,12 @@ This package is responsible for compiling the application's `response` JSON sche The `fast-json-stringify` configuration is the default one. You can check it the default settings in the [`fast-json-stringify` option](https://github.com/fastify/fast-json-stringify/#options) documentation. -You can also override the default configuration by passing the [`serializerOpts`](https://www.fastify.dev/docs/latest/Reference/Server/#serializeropts) configuration to the Fastify instance. +You can also override the default configuration by passing the [`serializerOpts`](https://fastify.dev/docs/latest/Reference/Server/#serializeropts) configuration to the Fastify instance. ## Usage This module is already used as default by Fastify. -If you need to provide to your server instance a different version, refer to [the official doc](https://www.fastify.dev/docs/latest/Reference/Server/#schemacontroller). +If you need to provide to your server instance a different version, refer to [the official doc](https://fastify.dev/docs/latest/Reference/Server/#schemacontroller). ### fast-json-stringify Standalone @@ -120,7 +120,7 @@ app.listen({ port: 3000 }) ### How it works -This module provide a factory function to produce [Serializer Compilers](https://www.fastify.dev/docs/latest/Reference/Server/#serializercompiler) functions. +This module provide a factory function to produce [Serializer Compilers](https://fastify.dev/docs/latest/Reference/Server/#serializercompiler) functions. ## License