From 26daf37623395c18e07bc86f58363f40e8f4235b Mon Sep 17 00:00:00 2001 From: Andrea Bolognani Date: Tue, 7 Jul 2020 12:37:37 +0200 Subject: [PATCH] docs: Point to pkg.go.dev instead of godoc.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The former is the new recommended frontend for browsing Go API documentation online. Signed-off-by: Andrea Bolognani Reviewed-by: Daniel P. Berrangé --- docs/bindings.html.in | 2 +- docs/docs.html.in | 2 +- docs/downloads.html.in | 4 ++-- docs/libvirt-go-xml.rst | 2 +- docs/libvirt-go.rst | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/bindings.html.in b/docs/bindings.html.in index 081af25ebb..692390c843 100644 --- a/docs/bindings.html.in +++ b/docs/bindings.html.in @@ -16,7 +16,7 @@
  • Go: Daniel Berrange develops - Go bindings. + Go bindings.
  • Java: Daniel Veillard develops diff --git a/docs/docs.html.in b/docs/docs.html.in index 559910a2d0..ceb95a4f17 100644 --- a/docs/docs.html.in +++ b/docs/docs.html.in @@ -82,7 +82,7 @@
    Language bindings and API modules
    Bindings of the libvirt API for c#, - go, + go, java, ocaml, perl, diff --git a/docs/downloads.html.in b/docs/downloads.html.in index 24ee27cc5c..33a49d9c1f 100644 --- a/docs/downloads.html.in +++ b/docs/downloads.html.in @@ -81,7 +81,7 @@ github - api ref + api ref @@ -245,7 +245,7 @@ github - api ref + api ref diff --git a/docs/libvirt-go-xml.rst b/docs/libvirt-go-xml.rst index ee3b878068..995fdd2b07 100644 --- a/docs/libvirt-go-xml.rst +++ b/docs/libvirt-go-xml.rst @@ -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 `__ +`Go package documentation `__. 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 `__ +`Go package documentation `__. -- 2.39.5