summaryrefslogtreecommitdiff
path: root/docs/libvirt-go.rst
diff options
context:
space:
mode:
authorAndrea Bolognani <abologna@redhat.com>2020-07-07 12:37:37 +0200
committerAndrea Bolognani <abologna@redhat.com>2020-07-07 14:07:33 +0200
commit26daf37623395c18e07bc86f58363f40e8f4235b (patch)
treecfffe9a77435056ebb86f2acc6452890f5ab39c1 /docs/libvirt-go.rst
parent6a79c7fa88a90412dac9d413beb8a374e6beea73 (diff)
downloadlibvirt-26daf37623395c18e07bc86f58363f40e8f4235b.tar.gz
docs: Point to pkg.go.dev instead of godoc.org
The former is the new recommended frontend for browsing Go API documentation online. Signed-off-by: Andrea Bolognani <abologna@redhat.com> Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
Diffstat (limited to 'docs/libvirt-go.rst')
-rw-r--r--docs/libvirt-go.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/libvirt-go.rst b/docs/libvirt-go.rst
index 6ec5c0c123..f2d3f80fb2 100644
--- a/docs/libvirt-go.rst
+++ b/docs/libvirt-go.rst
@@ -10,4 +10,4 @@ concepts to Go, so the native API documentation should serve as a reference
for most behaviour.
For details of Go specific behaviour consult the
-`Go package documentation <https://godoc.org/libvirt.org/libvirt-go>`__
+`Go package documentation <https://pkg.go.dev/libvirt.org/libvirt-go>`__.