[PATCH] docs: update Rust releases and resources links

Sahid Orentino Ferdjaoui posted 1 patch 4 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/20200130141929.355-1-sahid.ferdjaoui@canonical.com
docs/downloads.html.in | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
[PATCH] docs: update Rust releases and resources links
Posted by Sahid Orentino Ferdjaoui 4 years, 3 months ago
This is updating the releases and resources links so they point now to
crates.io for the releases and docs.rs for the api ref.

Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@canonical.com>
---
 docs/downloads.html.in | 6 ++++--
 1 file changed, 4 insertions(+), 2 deletions(-)

diff --git a/docs/downloads.html.in b/docs/downloads.html.in
index e84455ca04..50e0c54046 100644
--- a/docs/downloads.html.in
+++ b/docs/downloads.html.in
@@ -165,7 +165,7 @@
         <tr>
           <td>Rust</td>
           <td>
-            <a href="https://libvirt.org/sources/rust/">libvirt</a>
+            <a href="https://crates.io/crates/virt">crates.io</a>
           </td>
           <td>
             <a href="https://libvirt.org/git/?p=libvirt-rust.git;a=summary">libvirt</a>
@@ -174,7 +174,9 @@
             <a href="https://gitlab.com/libvirt/libvirt-rust">gitlab</a>
             <a href="https://github.com/libvirt/libvirt-rust">github</a>
           </td>
-          <td></td>
+          <td>
+            <a href="https://docs.rs/virt">api ref</a>
+          </td>
         </tr>
         <tr>
           <th colspan="7">Integration modules</th>
-- 
2.20.1


Re: [PATCH] docs: update Rust releases and resources links
Posted by Andrea Bolognani 4 years, 3 months ago
On Thu, 2020-01-30 at 15:19 +0100, Sahid Orentino Ferdjaoui wrote:
> This is updating the releases and resources links so they point now to
> crates.io for the releases and docs.rs for the api ref.
> 
> Signed-off-by: Sahid Orentino Ferdjaoui <sahid.ferdjaoui@canonical.com>
> ---
>  docs/downloads.html.in | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)

Makes sense to me, so

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

I'll leave it on the list for a bit longer to give others a chance
to chime in before pushing.

-- 
Andrea Bolognani / Red Hat / Virtualization