[libvirt PATCH 6/8] Prefer https: for Red Hat websites

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


The list archives, people.redhat.com and bugzilla all support
https.

Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
 docs/apps.html.in          | 2 +-
 docs/best-practices.rst    | 2 +-
 docs/bugs.html.in          | 6 +++---
 docs/testtck.html.in       | 2 +-
 src/qemu/qemu_domain.c     | 2 +-
 src/remote/remote_driver.c | 2 +-
 6 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/docs/apps.html.in b/docs/apps.html.in
index c6d9a24fa7..606c4c3fc5 100644
--- a/docs/apps.html.in
+++ b/docs/apps.html.in
@@ -343,7 +343,7 @@
         like network and block I/O with
         <a href="http://munin.projects.linpro.no/">Munin</a>.
       </dd>
-      <dt><a href="http://people.redhat.com/rjones/nagios-virt/">Nagios-virt</a></dt>
+      <dt><a href="https://people.redhat.com/rjones/nagios-virt/">Nagios-virt</a></dt>
       <dd>
         Nagios-virt is a configuration tool to add monitoring of your
         virtualised domains to <a href="http://www.nagios.org/">Nagios</a>.
diff --git a/docs/best-practices.rst b/docs/best-practices.rst
index 8283f627ce..ba8478ab05 100644
--- a/docs/best-practices.rst
+++ b/docs/best-practices.rst
@@ -34,4 +34,4 @@ with minimal back-and-forth.
 There is more on this subject, including lots of links to
 background reading on the subject, on `Richard Jones' guide to
 working with open source
-projects <http://people.redhat.com/rjones/how-to-supply-code-to-open-source-projects/>`__.
+projects <https://people.redhat.com/rjones/how-to-supply-code-to-open-source-projects/>`__.
diff --git a/docs/bugs.html.in b/docs/bugs.html.in
index fa2866f829..400c423518 100644
--- a/docs/bugs.html.in
+++ b/docs/bugs.html.in
@@ -77,8 +77,8 @@
         tickets against the <code>Fedora</code> product and
         the <code>libvirt</code> component.
         <ul>
-          <li><a href="http://bugzilla.redhat.com/buglist.cgi?component=libvirt&product=Fedora">View Fedora libvirt tickets</a></li>
-          <li><a href="http://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Fedora&component=libvirt">New Fedora libvirt ticket</a></li>
+          <li><a href="https://bugzilla.redhat.com/buglist.cgi?component=libvirt&product=Fedora">View Fedora libvirt tickets</a></li>
+          <li><a href="https://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Fedora&component=libvirt">New Fedora libvirt ticket</a></li>
         </ul>
       </li>
       <li>
@@ -87,7 +87,7 @@
           Linux</strong>, enter tickets against the Red Hat Enterprise
           Linux product that you're using (e.g., Red Hat Enterprise
           Linux 6) and the <code>libvirt</code> component.  Red Hat
-          bugzilla has <a href="http://bugzilla.redhat.com">additional guidance</a> about getting support if
+          bugzilla has <a href="https://bugzilla.redhat.com">additional guidance</a> about getting support if
           you are a Red Hat customer.
         </p>
       </li>
diff --git a/docs/testtck.html.in b/docs/testtck.html.in
index c4a4ca0bcb..5925752900 100644
--- a/docs/testtck.html.in
+++ b/docs/testtck.html.in
@@ -26,7 +26,7 @@
     <p>For more details you can look at:</p>
     <ul>
       <li> The initial
-<a href="http://www.redhat.com/archives/libvir-list/2009-April/msg00176.html">mail
+<a href="https://www.redhat.com/archives/libvir-list/2009-April/msg00176.html">mail
            from Daniel Berrange</a> presenting the project.</li>
       <li> The <a href="http://fedoraproject.org/wiki/Features/VirtTCK">page
            describing VirtTCK</a> the inclusion of libvirt-TCK as a
diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c
index 21f24fceed..2498b90a0f 100644
--- a/src/qemu/qemu_domain.c
+++ b/src/qemu/qemu_domain.c
@@ -8867,7 +8867,7 @@ qemuDomainGetMemLockLimitBytes(virDomainDefPtr def,
      * small. Although it's not guaranteed that the limit will be enough for all
      * configurations it didn't pose a problem for now.
      *
-     * http://www.redhat.com/archives/libvir-list/2015-November/msg00329.html
+     * https://www.redhat.com/archives/libvir-list/2015-November/msg00329.html
      *
      * Note that this may not be valid for all platforms.
      */
diff --git a/src/remote/remote_driver.c b/src/remote/remote_driver.c
index 8654046b8d..a9f76ede5a 100644
--- a/src/remote/remote_driver.c
+++ b/src/remote/remote_driver.c
@@ -1576,7 +1576,7 @@ remoteConnectClose(virConnectPtr conn)
  * private data, and free it when we close the connection.
  *
  * See also:
- * http://www.redhat.com/archives/libvir-list/2007-February/msg00096.html
+ * https://www.redhat.com/archives/libvir-list/2007-February/msg00096.html
  */
 static const char *
 remoteConnectGetType(virConnectPtr conn)
-- 
2.26.2




More information about the libvir-list mailing list