mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2025-01-03 03:25:20 +00:00
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:
parent
6a79c7fa88
commit
26daf37623
@ -16,7 +16,7 @@
|
||||
</li>
|
||||
<li>
|
||||
<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>
|
||||
<strong>Java</strong>: Daniel Veillard develops
|
||||
|
@ -82,7 +82,7 @@
|
||||
<dt><a href="bindings.html">Language bindings and API modules</a></dt>
|
||||
<dd>Bindings of the libvirt API for
|
||||
<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="https://libvirt.org/ocaml/">ocaml</a>,
|
||||
<a href="http://search.cpan.org/dist/Sys-Virt/">perl</a>,
|
||||
|
@ -81,7 +81,7 @@
|
||||
<a href="https://github.com/libvirt/libvirt-go">github</a>
|
||||
</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>
|
||||
</tr>
|
||||
<tr>
|
||||
@ -245,7 +245,7 @@
|
||||
<a href="https://github.com/libvirt/libvirt-go-xml">github</a>
|
||||
</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>
|
||||
</tr>
|
||||
<tr>
|
||||
|
@ -7,4 +7,4 @@ annotated Go struct definitions for parsing (and formatting) XML documents used
|
||||
with libvirt APIs.
|
||||
|
||||
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>`__.
|
||||
|
@ -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>`__.
|
||||
|
Loading…
Reference in New Issue
Block a user