]> git.ipfire.org Git - thirdparty/libvirt.git/commitdiff
Prefer https: for Red Hat websites
authorJán Tomko <jtomko@redhat.com>
Tue, 25 Aug 2020 22:49:31 +0000 (00:49 +0200)
committerJán Tomko <jtomko@redhat.com>
Tue, 1 Sep 2020 19:58:46 +0000 (21:58 +0200)
The list archives, people.redhat.com and bugzilla all support
https.

Signed-off-by: Ján Tomko <jtomko@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
Reviewed-by: Neal Gompa <ngompa13@gmail.com>
docs/apps.html.in
docs/best-practices.rst
docs/bugs.html.in
docs/testtck.html.in
src/qemu/qemu_domain.c
src/remote/remote_driver.c

index c6d9a24fa7b1032aa39721f4b68044e767ed6205..606c4c3fc5817e2faefb360a5d03bac49f245d85 100644 (file)
         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>.
index 8283f627ceaf876df83ca199e195ab614cc53775..ba8478ab05cb0021501cc706e35a5d792392771f 100644 (file)
@@ -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/>`__.
index fa2866f8296ed5b88dd6716dada1a2592f6a649b..400c42351896091c3dd24a23e94c18ab59c590d0 100644 (file)
@@ -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&amp;product=Fedora">View Fedora libvirt tickets</a></li>
-          <li><a href="http://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Fedora&amp;component=libvirt">New Fedora libvirt ticket</a></li>
+          <li><a href="https://bugzilla.redhat.com/buglist.cgi?component=libvirt&amp;product=Fedora">View Fedora libvirt tickets</a></li>
+          <li><a href="https://bugzilla.redhat.com/bugzilla/enter_bug.cgi?product=Fedora&amp;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>
index c4a4ca0bcbb4eef13585baca8e5bc0fa1829d1d4..592575290046e44ec9a51330ade59519dcc723d8 100644 (file)
@@ -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
index aa0f5c1a2d0cc9fcd38d355fe0339ad105d4ad17..b1884b6c849a4b5cbadda64dcf53e5cec02dd172 100644 (file)
@@ -8869,7 +8869,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.
      */
index 8654046b8ddb32ec86f49e782a853b32e53055ca..a9f76ede5a91193e021bcc3974dcf89f74be421e 100644 (file)
@@ -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)