Skip to content

Commit 9d11234

Browse files
docs(gin): Replace broken link to documentation with valid (#4064)
1 parent 647311a commit 9d11234

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gin.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -598,7 +598,7 @@ func (engine *Engine) RunQUIC(addr, certFile, keyFile string) (err error) {
598598

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

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

0 commit comments

Comments
 (0)