From afe40a43d83fadb28fad780771f47a948a0356f8 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 14 Jan 2024 09:34:18 +0000 Subject: [PATCH 1/2] docs(readme): replace `fastify.io` links with `fastify.dev` --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 77a3c1b..dd16358 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ fastify.after(() => { On failed authentication, *@fastify/basic-auth* will call the Fastify [generic error -handler](https://www.fastify.io/docs/latest/Server/#seterrorhandler) with an error. +handler](https://www.fastify.dev/docs/latest/Server/#seterrorhandler) with an error. *@fastify/basic-auth* sets the `err.statusCode` property to `401`. In order to properly `401` errors: From b967f5adcdc2e5e56004114852ae043b704e1a68 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 14 Jan 2024 09:46:31 +0000 Subject: [PATCH 2/2] docs(readme): remove `www.` from `fastify.dev` urls --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index dd16358..6d985dc 100644 --- a/README.md +++ b/README.md @@ -102,7 +102,7 @@ fastify.after(() => { On failed authentication, *@fastify/basic-auth* will call the Fastify [generic error -handler](https://www.fastify.dev/docs/latest/Server/#seterrorhandler) with an error. +handler](https://fastify.dev/docs/latest/Server/#seterrorhandler) with an error. *@fastify/basic-auth* sets the `err.statusCode` property to `401`. In order to properly `401` errors: