[PATCH] docs: update Rust releases and resources links

Sahid Orentino Ferdjaoui sahid.ferdjaoui at canonical.com
Thu Jan 30 14:19:29 UTC 2020


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 at 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





More information about the libvir-list mailing list