diff --git a/README.md b/README.md index 71d4899..406296c 100644 --- a/README.md +++ b/README.md @@ -143,7 +143,7 @@ async function subsystem (fastify, opts) { ### Hooks and middlewares Every registered middleware will be run during the `onRequest` hook phase, so the registration order is important. -Take a look at the [Lifecycle](https://www.fastify.io/docs/latest/Lifecycle/) documentation page to understand better how every request is executed. +Take a look at the [Lifecycle](https://fastify.dev/docs/latest/Lifecycle/) documentation page to understand better how every request is executed. ```js const fastify = require('fastify')()