mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-22 17:34:18 +03:00
Prefer https: for Red Hat websites
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>
This commit is contained in:
parent
4e7a27b610
commit
daec478600
@ -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>.
|
||||
|
@ -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/>`__.
|
||||
|
@ -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>
|
||||
|
@ -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
|
||||
|
@ -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.
|
||||
*/
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user