From f5f46698116f84a1e6d0abe0e347fdfedd76e8d9 Mon Sep 17 00:00:00 2001 From: makoto-developer <72484465+makoto-developer@users.noreply.github.com> Date: Fri, 24 Jul 2026 10:41:07 +0900 Subject: [PATCH] docs: fix broken link to assets-in-binary example The referenced `assets-in-binary/example02` directory no longer exists in the gin-gonic/examples repository (returns 404). The example now lives directly under `assets-in-binary`. Update the link accordingly and format it as a Markdown link to match the surrounding example references. --- docs/doc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/doc.md b/docs/doc.md index d1c33b87..f057a876 100644 --- a/docs/doc.md +++ b/docs/doc.md @@ -2085,7 +2085,7 @@ func main() { } ``` -See a complete example in the `https://github.com/gin-gonic/examples/tree/master/assets-in-binary/example02` directory. +See a complete example in the [`assets-in-binary`](https://github.com/gin-gonic/examples/tree/master/assets-in-binary) directory. ## Server Configuration