mirror of https://gitee.com/openkylin/libvirt.git
docs: Update more links to point to the new Go modules
A couple of links were still pointing to the obsolete Go packages instead of the current module-aware ones. Signed-off-by: Andrea Bolognani <abologna@redhat.com>
This commit is contained in:
parent
9fffea7353
commit
8a637cc766
|
@ -10,7 +10,7 @@ other languages:
|
||||||
- **C#**: Arnaud Champion develops `C# bindings <csharp.html>`__.
|
- **C#**: Arnaud Champion develops `C# bindings <csharp.html>`__.
|
||||||
|
|
||||||
- **Go**: Daniel Berrange develops `Go
|
- **Go**: Daniel Berrange develops `Go
|
||||||
bindings <https://pkg.go.dev/libvirt.org/libvirt-go>`__.
|
bindings <https://pkg.go.dev/libvirt.org/go/libvirt>`__.
|
||||||
|
|
||||||
- **Java**: Daniel Veillard develops `Java bindings <java.html>`__.
|
- **Java**: Daniel Veillard develops `Java bindings <java.html>`__.
|
||||||
|
|
||||||
|
|
|
@ -83,7 +83,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://pkg.go.dev/libvirt.org/libvirt-go">go</a>,
|
<a href="https://pkg.go.dev/libvirt.org/go/libvirt">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="https://search.cpan.org/dist/Sys-Virt/">perl</a>,
|
<a href="https://search.cpan.org/dist/Sys-Virt/">perl</a>,
|
||||||
|
|
Loading…
Reference in New Issue