Skip to content

Commit ed9d7cf

Browse files
committed
change filesystem example in ctx.md for static mw
1 parent 38fb806 commit ed9d7cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/ctx.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1717,7 +1717,7 @@ app.Get("/file-with-url-chars", func(c fiber.Ctx) error {
17171717
```
17181718

17191719
:::info
1720-
For sending files from embedded file system [this functionality](../middleware/filesystem.md#sendfile) can be used
1720+
For sending files from embedded file system [this functionality](../middleware/static.md#serving-files-using-embedfs) can be used
17211721
:::
17221722

17231723
## SendStatus

0 commit comments

Comments
 (0)