From a47ddd6a2548b66df8acb13ac34932d3a45ed79f Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Mon, 15 Jan 2024 06:59:25 +0000 Subject: [PATCH] docs(readme): replace `fastify.io` links with `fastify.dev` (#119) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 566a4c3..f18db2b 100644 --- a/README.md +++ b/README.md @@ -111,7 +111,7 @@ await fastify.ready() | transformSpecification | undefined | Synchronous function to transform the swagger document. | | transformSpecificationClone| true | Provide a deepcloned swaggerObject to transformSpecification | | uiConfig | {} | Configuration options for [Swagger UI](https://github.com/swagger-api/swagger-ui/blob/master/docs/usage/configuration.md). | - | uiHooks | {} | Additional hooks for the documentation's routes. You can provide the `onRequest` and `preHandler` hooks with the same [route's options](https://www.fastify.io/docs/latest/Reference/Routes/#routes-options) interface.| + | uiHooks | {} | Additional hooks for the documentation's routes. You can provide the `onRequest` and `preHandler` hooks with the same [route's options](https://fastify.dev/docs/latest/Reference/Routes/#routes-options) interface.| | theme | {} | Add custom JavaScript and CSS to the Swagger UI web page | | logLevel | info | Allow to define route log level. |