From 3ec338a2c6f147d500abf9028d1a130ce9c01ef3 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 14 Jan 2024 09:34:54 +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 69b1ca8..b077a6b 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # fastify-snippets -The official [Fastify](https://www.fastify.io/) [VSCode](https://code.visualstudio.com/) snippets! +The official [Fastify](https://www.fastify.dev/) [VSCode](https://code.visualstudio.com/) snippets! Install it from the [VSCode marketplace](https://marketplace.visualstudio.com/items?itemName=fastify.fastify-snippets)! From 399fe4f44a7228dc5a8ae0b9ba660966011b2d79 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 14 Jan 2024 09:46:37 +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 b077a6b..5a62880 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # fastify-snippets -The official [Fastify](https://www.fastify.dev/) [VSCode](https://code.visualstudio.com/) snippets! +The official [Fastify](https://fastify.dev/) [VSCode](https://code.visualstudio.com/) snippets! Install it from the [VSCode marketplace](https://marketplace.visualstudio.com/items?itemName=fastify.fastify-snippets)!