]> xenbits.xensource.com Git - libvirt.git/commitdiff
docs: Point to pkg.go.dev instead of godoc.org
authorAndrea Bolognani <abologna@redhat.com>
Tue, 7 Jul 2020 10:37:37 +0000 (12:37 +0200)
committerAndrea Bolognani <abologna@redhat.com>
Tue, 7 Jul 2020 12:07:33 +0000 (14:07 +0200)
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>
docs/bindings.html.in
docs/docs.html.in
docs/downloads.html.in
docs/libvirt-go-xml.rst
docs/libvirt-go.rst

index 081af25ebb7d494f8484cbd8ad72229e998cf98f..692390c8431d91d138fb024b4c2645042e797654 100644 (file)
@@ -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
index 559910a2d0d78d929732a74b3c3cc984d200f56d..ceb95a4f176fd64e6542615a5a082c6e91611e4b 100644 (file)
@@ -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>,
index 24ee27cc5c06b7537125408306c0d75e72dcb6f0..33a49d9c1f6c9b7de7b2106536a32649e3eb91d4 100644 (file)
@@ -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>
             <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>
index ee3b8780683edb50f7e5b706d362d372876df083..995fdd2b07a9c80164264b541997dfc129f28888 100644 (file)
@@ -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>`__.
index 6ec5c0c123c552945cdd336dd47781062d32b5dc..f2d3f80fb24a7c7a1fa0f0eafa93f83ad6323a70 100644 (file)
@@ -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>`__.