mirror of
https://github.com/gin-gonic/gin.git
synced 2026-09-04 14:49:27 +08:00
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.
This commit is contained in:
parent
34dac209ff
commit
f5f4669811
@ -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
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user