]> Cypherpunks repositories - gostls13.git/commitdiff
image: fix formatting of godoc link
authorOlivier Mengué <olivier.mengue@gmail.com>
Tue, 10 Jun 2025 14:56:45 +0000 (16:56 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 29 Jul 2025 15:25:32 +0000 (08:25 -0700)
Change-Id: I8fa8741e0db174f0c32af0a393ee1b037d5b7e51
Reviewed-on: https://go-review.googlesource.com/c/go/+/680455
Auto-Submit: Michael Knyszek <mknyszek@google.com>
Reviewed-by: Mark Freeman <mark@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Roland Shoemaker <roland@golang.org>
src/image/image.go

index f08182ba06fa2c6ba487e79f319e73b5c93c623e..2cc94075b29ed3286c79c7857ee8fa74340c557c 100644 (file)
@@ -34,7 +34,9 @@
 // regardless of whether the image is itself malformed or not. A call to
 // [DecodeConfig] which returns a header which does not match the image returned
 // by [Decode] may be considered a security issue, and should be reported per the
-// [Go Security Policy](https://go.dev/security/policy).
+// [Go Security Policy].
+//
+// [Go Security Policy]: https://go.dev/security/policy
 package image
 
 import (