From 34fd4df6460dfb46b20445c15e4eaa7561deba99 Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Wed, 26 Jul 2023 17:11:05 -0700 Subject: Fix broken anchors --- docs/guides/http/stream-file.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/guides/http') 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 -- cgit v1.2.3