From ed9d7cf3e3d287bea5ab0756fdc021f7383c398d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9?= Date: Tue, 28 May 2024 10:09:15 +0200 Subject: [PATCH] change filesystem example in ctx.md for static mw --- docs/api/ctx.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/ctx.md b/docs/api/ctx.md index 4b1c1d5115..bdbc4054e2 100644 --- a/docs/api/ctx.md +++ b/docs/api/ctx.md @@ -1717,7 +1717,7 @@ app.Get("/file-with-url-chars", func(c fiber.Ctx) error { ``` :::info -For sending files from embedded file system [this functionality](../middleware/filesystem.md#sendfile) can be used +For sending files from embedded file system [this functionality](../middleware/static.md#serving-files-using-embedfs) can be used ::: ## SendStatus