Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

docs: fix links on README #4116

Merged
merged 1 commit into from Jul 5, 2022
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
24 changes: 12 additions & 12 deletions README.md
Expand Up @@ -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.
Expand Down