Skip to content

Commit 0826113

Browse files
authored
docs(readme): replace fastify.io links with fastify.dev (#42)
1 parent ba88b8a commit 0826113

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ This package is responsible for compiling the application's `response` JSON sche
1919

2020
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.
2121

22-
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.
22+
You can also override the default configuration by passing the [`serializerOpts`](https://fastify.dev/docs/latest/Reference/Server/#serializeropts) configuration to the Fastify instance.
2323

2424
## Usage
2525

2626
This module is already used as default by Fastify.
27-
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).
27+
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).
2828

2929
### fast-json-stringify Standalone
3030

@@ -120,7 +120,7 @@ app.listen({ port: 3000 })
120120

121121
### How it works
122122

123-
This module provide a factory function to produce [Serializer Compilers](https://www.fastify.io/docs/latest/Reference/Server/#serializercompiler) functions.
123+
This module provide a factory function to produce [Serializer Compilers](https://fastify.dev/docs/latest/Reference/Server/#serializercompiler) functions.
124124

125125
## License
126126

0 commit comments

Comments
 (0)