From 08099b0635f4432e2ded1adda9e951a1144ea97a Mon Sep 17 00:00:00 2001 From: f1rstmehul Date: Sat, 15 Jul 2023 23:50:29 +0530 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9A=20Docs:=20Fix=20link=20(#2542)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix link --- docs/api/middleware/recover.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/middleware/recover.md b/docs/api/middleware/recover.md index e60703f2de..9388ff2156 100644 --- a/docs/api/middleware/recover.md +++ b/docs/api/middleware/recover.md @@ -3,7 +3,7 @@ id: recover title: Recover --- -Recover middleware for [Fiber](https://github.com/gofiber/fiber) that recovers from panics anywhere in the stack chain and handles the control to the centralized [ErrorHandler](https://docs.gofiber.io/error-handling). +Recover middleware for [Fiber](https://github.com/gofiber/fiber) that recovers from panics anywhere in the stack chain and handles the control to the centralized [ErrorHandler](https://docs.gofiber.io/guide/error-handling). ## Signatures