diff options
Diffstat (limited to 'docs/guides/http/stream-file.md')
-rw-r--r-- | docs/guides/http/stream-file.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/guides/http/stream-file.md b/docs/guides/http/stream-file.md index 66c8c247b..ab16acf42 100644 --- a/docs/guides/http/stream-file.md +++ b/docs/guides/http/stream-file.md @@ -30,7 +30,7 @@ new Response(Bun.file("./img.png")).headers.get("Content-Type"); --- -Putting it all together with [`Bun.serve()`](/docs/api/http#serving-files-bun-serve). +Putting it all together with [`Bun.serve()`](/docs/api/http#bun-serve). ```ts // static file server |