Skip to content
This repository was archived by the owner on Jan 7, 2022. It is now read-only.

Commit 729a3e6

Browse files
README: Point to pkg.go.dev instead of godoc.org
The former is the new recommended frontend for browsing Go API documentation online. Note that pkg.go.dev doesn't offer status badges at this point in time[1], so until that feature is introduced we're going to use a custom badge made using shields.io. [1] golang/go#36982 Signed-off-by: Andrea Bolognani <[email protected]>
1 parent 5997165 commit 729a3e6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# libvirt-go
22

33
[![Build Status](https://travis-ci.org/libvirt/libvirt-go.svg?branch=master)](https://travis-ci.org/libvirt/libvirt-go)
4-
[![API Documentation](https://godoc.org/libvirt.org/libvirt-go?status.svg)](https://godoc.org/libvirt.org/libvirt-go)
4+
[![API Documentation](https://img.shields.io/static/v1?label=godev&message=reference&color=00add8)](https://pkg.go.dev/libvirt.org/libvirt-go)
55

66
Go bindings for libvirt.
77

@@ -35,7 +35,7 @@ changes may apply to future versions:
3535

3636
## Documentation
3737

38-
* [API documentation for the bindings](https://godoc.org/libvirt.org/libvirt-go)
38+
* [API documentation for the bindings](https://pkg.go.dev/libvirt.org/libvirt-go)
3939
* [API documentation for libvirt](https://libvirt.org/html/index.html)
4040

4141
## Contributing

0 commit comments

Comments
 (0)