Skip to content

Commit aa95ab8

Browse files
dolmengopherbot
authored andcommitted
image: fix formatting of godoc link
Change-Id: I8fa8741e0db174f0c32af0a393ee1b037d5b7e51 Reviewed-on: https://go-review.googlesource.com/c/go/+/680455 Auto-Submit: Michael Knyszek <[email protected]> Reviewed-by: Mark Freeman <[email protected]> LUCI-TryBot-Result: Go LUCI <[email protected]> Reviewed-by: Roland Shoemaker <[email protected]>
1 parent 4c854b7 commit aa95ab8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/image/image.go

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,9 @@
3434
// regardless of whether the image is itself malformed or not. A call to
3535
// [DecodeConfig] which returns a header which does not match the image returned
3636
// by [Decode] may be considered a security issue, and should be reported per the
37-
// [Go Security Policy](https://go.dev/security/policy).
37+
// [Go Security Policy].
38+
//
39+
// [Go Security Policy]: https://go.dev/security/policy
3840
package image
3941

4042
import (

0 commit comments

Comments
 (0)