From 515577a5fb8bb525ae289365a2d4805675549ef4 Mon Sep 17 00:00:00 2001 From: Gerard Marquina Rubio Date: Tue, 5 Jul 2022 13:06:25 +0200 Subject: [PATCH] docs: fix links on README (#4116) --- README.md | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index 68441d7cde..90af438547 100644 --- a/README.md +++ b/README.md @@ -38,18 +38,18 @@ resources of your server, knowing that you are serving the highest number of requests as possible, without sacrificing security validations and handy development? - - [Quick start](./README.md#quick-start) - - [Install](./README.md#install) - - [Example](./README.md#example) - - [Fastify v1.x and v2.x](./README.md#fastify-v1x-and-v2x) - - [Core features](./README.md#core-features) - - [Benchmarks](./README.md#benchmarks) - - [Documentation](./README.md#documentation) - - [Ecosystem](./README.md#ecosystem) - - [Support](./README.md#support) - - [Team](./README.md#team) - - [Hosted by](./README.md#hosted-by) - - [License](./README.md#license) + - [Quick start](#quick-start) + - [Install](#install) + - [Example](#example) + - [Fastify v1.x and v2.x](#fastify-v1x-and-v2x) + - [Core features](#core-features) + - [Benchmarks](#benchmarks) + - [Documentation](#documentation) + - [Ecosystem](#ecosystem) + - [Support](#support) + - [Team](#team) + - [Hosted by](#hosted-by) + - [License](#license) Enter Fastify. Fastify is a web framework highly focused on providing the best developer experience with the least overhead and a powerful plugin architecture.