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>
This commit is contained in:
Andrea Bolognani 2020-07-07 12:37:37 +02:00
parent 6a79c7fa88
commit 26daf37623
5 changed files with 6 additions and 6 deletions

View File

@ -16,7 +16,7 @@
</li> </li>
<li> <li>
<strong>Go</strong>: Daniel Berrange develops <strong>Go</strong>: Daniel Berrange develops
<a href="https://godoc.org/libvirt.org/libvirt-go">Go bindings</a>. <a href="https://pkg.go.dev/libvirt.org/libvirt-go">Go bindings</a>.
</li> </li>
<li> <li>
<strong>Java</strong>: Daniel Veillard develops <strong>Java</strong>: Daniel Veillard develops

View File

@ -82,7 +82,7 @@
<dt><a href="bindings.html">Language bindings and API modules</a></dt> <dt><a href="bindings.html">Language bindings and API modules</a></dt>
<dd>Bindings of the libvirt API for <dd>Bindings of the libvirt API for
<a href="csharp.html">c#</a>, <a href="csharp.html">c#</a>,
<a href="https://godoc.org/libvirt.org/libvirt-go">go</a>, <a href="https://pkg.go.dev/libvirt.org/libvirt-go">go</a>,
<a href="java.html">java</a>, <a href="java.html">java</a>,
<a href="https://libvirt.org/ocaml/">ocaml</a>, <a href="https://libvirt.org/ocaml/">ocaml</a>,
<a href="http://search.cpan.org/dist/Sys-Virt/">perl</a>, <a href="http://search.cpan.org/dist/Sys-Virt/">perl</a>,

View File

@ -81,7 +81,7 @@
<a href="https://github.com/libvirt/libvirt-go">github</a> <a href="https://github.com/libvirt/libvirt-go">github</a>
</td> </td>
<td> <td>
<a href="https://godoc.org/libvirt.org/libvirt-go">api ref</a> <a href="https://pkg.go.dev/libvirt.org/libvirt-go">api ref</a>
</td> </td>
</tr> </tr>
<tr> <tr>
@ -245,7 +245,7 @@
<a href="https://github.com/libvirt/libvirt-go-xml">github</a> <a href="https://github.com/libvirt/libvirt-go-xml">github</a>
</td> </td>
<td> <td>
<a href="https://godoc.org/libvirt.org/libvirt-go-xml">api ref</a> <a href="https://pkg.go.dev/libvirt.org/libvirt-go-xml">api ref</a>
</td> </td>
</tr> </tr>
<tr> <tr>

View File

@ -7,4 +7,4 @@ annotated Go struct definitions for parsing (and formatting) XML documents used
with libvirt APIs. with libvirt APIs.
For details of Go specific behaviour consult the For details of Go specific behaviour consult the
`Go package documentation <https://godoc.org/libvirt.org/libvirt-go-xml>`__ `Go package documentation <https://pkg.go.dev/libvirt.org/libvirt-go-xml>`__.

View File

@ -10,4 +10,4 @@ concepts to Go, so the native API documentation should serve as a reference
for most behaviour. for most behaviour.
For details of Go specific behaviour consult the 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>`__.