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