diff --git a/docs/extra/faq.md b/docs/extra/faq.md index 6731e841ee..3e48c89e70 100644 --- a/docs/extra/faq.md +++ b/docs/extra/faq.md @@ -32,7 +32,7 @@ app.Use(func(c fiber.Ctx) error { ## How can i use live reload ? -[Air](https://github.com/cosmtrek/air) is a handy tool that automatically restarts your Go applications whenever the source code changes, making your development process faster and more efficient. +[Air](https://github.com/air-verse/air) is a handy tool that automatically restarts your Go applications whenever the source code changes, making your development process faster and more efficient. To use Air in a Fiber project, follow these steps: