[libvirt PATCH 7/8] Prefer https: for libguestfs.org links

Ján Tomko jtomko at redhat.com
Thu Aug 27 13:27:04 UTC 2020


Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
 docs/apps.html.in          | 10 +++++-----
 docs/kbase/secureusage.rst |  2 +-
 docs/pci-hotplug.html.in   |  2 +-
 3 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/docs/apps.html.in b/docs/apps.html.in
index 606c4c3fc5..92f7950b07 100644
--- a/docs/apps.html.in
+++ b/docs/apps.html.in
@@ -33,7 +33,7 @@
     <h2><a id="command">Command line tools</a></h2>
 
     <dl>
-      <dt><a href="http://libguestfs.org">guestfish</a></dt>
+      <dt><a href="https://libguestfs.org">guestfish</a></dt>
       <dd>
         Guestfish is an interactive shell and command-line tool for examining
         and modifying virtual machine filesystems.  It uses libvirt to find
@@ -152,7 +152,7 @@
     <h2><a id="conversion">Conversion</a></h2>
 
     <dl>
-      <dt><a href="http://libguestfs.org/virt-p2v.1.html">virt-p2v</a></dt>
+      <dt><a href="https://libguestfs.org/virt-p2v.1.html">virt-p2v</a></dt>
       <dd>
         Convert a physical machine to run on KVM.  It is a LiveCD
         which is booted on the machine to be converted.  It collects a
@@ -160,7 +160,7 @@
         to a remote machine and defines the XML for a domain to run
         the guest.  (Note this tool is included with libguestfs)
       </dd>
-      <dt><a href="http://libguestfs.org/virt-v2v.1.html">virt-v2v</a></dt>
+      <dt><a href="https://libguestfs.org/virt-v2v.1.html">virt-v2v</a></dt>
       <dd>
         virt-v2v converts guests from a foreign hypervisor to run on
         KVM, managed by libvirt.  It can convert guests from VMware or
@@ -277,7 +277,7 @@
     <h2><a id="libraries">Libraries</a></h2>
 
     <dl>
-      <dt><a href="http://libguestfs.org">libguestfs</a></dt>
+      <dt><a href="https://libguestfs.org">libguestfs</a></dt>
       <dd>
         A library and set of tools for accessing and modifying virtual
         machine disk images.  It can be linked with C and C++ management
@@ -310,7 +310,7 @@
     <h2><a id="livecd">LiveCD / Appliances</a></h2>
 
     <dl>
-      <dt><a href="http://libguestfs.org/virt-v2v/">virt-p2v</a></dt>
+      <dt><a href="https://libguestfs.org/virt-v2v/">virt-p2v</a></dt>
       <dd>
         An older tool for converting a physical machine into a virtual
         machine.  It is a LiveCD which is booted on the machine to be
diff --git a/docs/kbase/secureusage.rst b/docs/kbase/secureusage.rst
index 5a631193d1..2f072100c6 100644
--- a/docs/kbase/secureusage.rst
+++ b/docs/kbase/secureusage.rst
@@ -77,7 +77,7 @@ time.
 **Recommendation:** if there is a need to access the content of a disk
 image, use a single-use throwaway virtual machine to access the data.
 Never mount disk images on the host OS. Ideally make use of the
-`libguestfs <http://libguestfs.org>`__ tools and APIs for accessing
+`libguestfs <https://libguestfs.org>`__ tools and APIs for accessing
 disks
 
 Guest migration network
diff --git a/docs/pci-hotplug.html.in b/docs/pci-hotplug.html.in
index 29587b1e7e..d61af1930e 100644
--- a/docs/pci-hotplug.html.in
+++ b/docs/pci-hotplug.html.in
@@ -56,7 +56,7 @@
     </p>
     <p>
       If you have a very specific use case, such as the appliances
-      used by <a href="http://libguestfs.org/">libguestfs</a> behind
+      used by <a href="https://libguestfs.org/">libguestfs</a> behind
       the scenes to access disk images, and this automatically-added
       <code>pcie-root-port</code> controller ends up being a nuisance,
       you can prevent libvirt from adding it by manually managing PCI
-- 
2.26.2




More information about the libvir-list mailing list