[PATCH v2 6/6] docs: downloads: Point to pkg.go.dev for go module releases

Peter Krempa posted 6 patches 2 years, 9 months ago
[PATCH v2 6/6] docs: downloads: Point to pkg.go.dev for go module releases
Posted by Peter Krempa 2 years, 9 months ago
Currently the 'Releases' column pointed to the generic page about the
specific go module. Change the link to point to the respective
pkg.go.dev page for the module.

Signed-off-by: Peter Krempa <pkrempa@redhat.com>
---
 docs/downloads.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/downloads.rst b/docs/downloads.rst
index ab63d55c15..04aaa5b4eb 100644
--- a/docs/downloads.rst
+++ b/docs/downloads.rst
@@ -52,7 +52,7 @@ Language bindings
     -

   * - Go
-    - `libvirt <https://libvirt.org/go/libvirt>`__
+    - `pkg.go.dev <https://pkg.go.dev/libvirt.org/go/libvirt>`__
     - `gitlab <https://gitlab.com/libvirt/libvirt-go-module>`__
     - `issues <https://gitlab.com/libvirt/libvirt-go-module/-/issues>`__
     - `github <https://github.com/libvirt/libvirt-go-module>`__
@@ -130,7 +130,7 @@ Integration modules
     -

   * - Go XML
-    - `libvirt <https://libvirt.org/go/libvirtxml>`__
+    - `pkg.go.dev <https://pkg.go.dev/libvirt.org/go/libvirtxml>`__
     - `gitlab <https://gitlab.com/libvirt/libvirt-go-xml-module>`__
     - `issues <https://gitlab.com/libvirt/libvirt-go-xml-module/-/issues>`__
     - `github <https://github.com/libvirt/libvirt-go-xml-module>`__
-- 
2.39.2
Re: [PATCH v2 6/6] docs: downloads: Point to pkg.go.dev for go module releases
Posted by Andrea Bolognani 2 years, 9 months ago
On Tue, Mar 14, 2023 at 01:37:37PM +0100, Peter Krempa wrote:
> Currently the 'Releases' column pointed to the generic page about the
> specific go module. Change the link to point to the respective
> pkg.go.dev page for the module.
>
> Signed-off-by: Peter Krempa <pkrempa@redhat.com>
> ---
>  docs/downloads.rst | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)

Reviewed-by: Andrea Bolognani <abologna@redhat.com>

-- 
Andrea Bolognani / Red Hat / Virtualization