From 8a637cc766028951a465bba546d0bd07d6123679 Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Thu, 9 Dec 2021 12:15:49 +0100 Subject: [PATCH] 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 --- docs/bindings.rst | 2 +- docs/docs.html.in | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/bindings.rst b/docs/bindings.rst index c5b6b94519..81a4a67067 100644 --- a/docs/bindings.rst +++ b/docs/bindings.rst @@ -10,7 +10,7 @@ other languages: - **C#**: Arnaud Champion develops `C# bindings `__. - **Go**: Daniel Berrange develops `Go - bindings `__. + bindings `__. - **Java**: Daniel Veillard develops `Java bindings `__. diff --git a/docs/docs.html.in b/docs/docs.html.in index 22a43517ed..8132090762 100644 --- a/docs/docs.html.in +++ b/docs/docs.html.in @@ -83,7 +83,7 @@
Language bindings and API modules
Bindings of the libvirt API for c#, - go, + go, java, ocaml, perl,