From e458a932408028bd240295a365bd2980fc7585a3 Mon Sep 17 00:00:00 2001 From: Frazer Smith Date: Sun, 14 Jan 2024 12:20:57 +0000 Subject: [PATCH] docs(readme): replace `fastify.io` links with `fastify.dev` (#135) --- Readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Readme.md b/Readme.md index 6aeaf0d..84d787c 100644 --- a/Readme.md +++ b/Readme.md @@ -4,7 +4,7 @@ [![NPM version](https://img.shields.io/npm/v/@fastify/caching.svg?style=flat)](https://www.npmjs.com/package/@fastify/caching) [![js-standard-style](https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat)](https://standardjs.com/) -*@fastify/caching* is a plugin for the [Fastify](http://fastify.io/) framework +*@fastify/caching* is a plugin for the [Fastify](http://fastify.dev/) framework that provides server-side caching and mechanisms for manipulating HTTP cache headers according to [RFC 2616 ยง14.9](https://tools.ietf.org/html/rfc2616#section-14.9).