From 3b825899421ba278f07ff639e3649e72b548d3b7 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 14 Jan 2024 09:59:51 +0000 Subject: [PATCH] docs(readme): replace `fastify.io` links with `fastify.dev` (#209) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77c5509..ad68378 100644 --- a/README.md +++ b/README.md @@ -127,7 +127,7 @@ If you need the change the exposed route path, you can pass `{ exposeStatusRoute To configure the endpoint more specifically you can pass an object. This consists of -- *routeOpts* - Any Fastify [route options](https://www.fastify.io/docs/latest/Reference/Routes/#routes-options) except `schema` +- *routeOpts* - Any Fastify [route options](https://fastify.dev/docs/latest/Reference/Routes/#routes-options) except `schema` - *routeSchemaOpts* - As per the Fastify route options, an object containing the schema for request - *routeResponseSchemaOpts* - An object containing the schema for additional response items to be merged with the default response schema, see below - *url* - The URL to expose the status route on