From 7cafddefd7f592e233252cc1d4ebdbe3ba64d972 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 14 Jan 2024 12:06:16 +0000 Subject: [PATCH] docs(readme): replace `fastify.io` links with `fastify.dev` (#273) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 585c319..941a57a 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ [![NPM version](https://img.shields.io/npm/v/@fastify/cookie.svg?style=flat)](https://www.npmjs.com/package/@fastify/cookie) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/) -A plugin for [Fastify](http://fastify.io/) that adds support for reading and +A plugin for [Fastify](http://fastify.dev/) that adds support for reading and setting cookies. This plugin's cookie parsing works via Fastify's `onRequest` hook. Therefore,