Skip to content

Commit

Permalink
docs(gin): Replace broken link to documentation with valid (#4064)
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK authored Oct 26, 2024
1 parent 647311a commit 9d11234
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gin.go
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ func (engine *Engine) RunQUIC(addr, certFile, keyFile string) (err error) {

if engine.isUnsafeTrustedProxies() {
debugPrint("[WARNING] You trusted all proxies, this is NOT safe. We recommend you to set a value.\n" +
"Please check https://pkg.go.dev/github.com/gin-gonic/gin#readme-don-t-trust-all-proxies for details.")
"Please check https://github.com/gin-gonic/gin/blob/master/docs/doc.md#dont-trust-all-proxies for details.")
}

err = http3.ListenAndServeQUIC(addr, certFile, keyFile, engine.Handler())
Expand Down

0 comments on commit 9d11234

Please sign in to comment.