Skip to content

Commit 4cea9aa

Browse files
kolyshkinpcmoore
authored andcommitted
README: add pkg.go.dev docs link
As generated by https://pkg.go.dev/badge/ While at it, update the old doc URL in the text (currently, godoc.org redirects to pkg.go.dev). Signed-off-by: Kir Kolyshkin <[email protected]> Acked-by: Tom Hromatka <[email protected]> [PM: break up the long lines] Signed-off-by: Paul Moore <[email protected]>
1 parent df0ca67 commit 4cea9aa

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
===============================================================================
33
https://github.com/seccomp/libseccomp-golang
44

5+
[![Go Reference](https://pkg.go.dev/badge/github.com/seccomp/libseccomp-golang.svg)](https://pkg.go.dev/github.com/seccomp/libseccomp-golang)
56
[![validate](https://github.com/seccomp/libseccomp-golang/actions/workflows/validate.yml/badge.svg)](https://github.com/seccomp/libseccomp-golang/actions/workflows/validate.yml)
67
[![test](https://github.com/seccomp/libseccomp-golang/actions/workflows/test.yml/badge.svg)](https://github.com/seccomp/libseccomp-golang/actions/workflows/test.yml)
78

@@ -27,9 +28,9 @@ list.
2728

2829
* https://groups.google.com/d/forum/libseccomp
2930

30-
Documentation is also available at:
31+
Documentation for this package is also available at:
3132

32-
* https://godoc.org/github.com/seccomp/libseccomp-golang
33+
* https://pkg.go.dev/github.com/seccomp/libseccomp-golang
3334

3435
## Installing the package
3536

0 commit comments

Comments
 (0)