From daec4786009f6fefe10ecebc054434e5a6980461 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A1n=20Tomko?= Date: Wed, 26 Aug 2020 00:49:31 +0200 Subject: [PATCH] Prefer https: for Red Hat websites MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The list archives, people.redhat.com and bugzilla all support https. Signed-off-by: Ján Tomko Reviewed-by: Erik Skultety Reviewed-by: Neal Gompa --- 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 Munin. -
Nagios-virt
+
Nagios-virt
Nagios-virt is a configuration tool to add monitoring of your virtualised domains to Nagios. 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 `__. +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 Fedora product and the libvirt component.
  • @@ -87,7 +87,7 @@ Linux, enter tickets against the Red Hat Enterprise Linux product that you're using (e.g., Red Hat Enterprise Linux 6) and the libvirt component. Red Hat - bugzilla has additional guidance about getting support if + bugzilla has additional guidance about getting support if you are a Red Hat customer.

  • 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 @@

    For more details you can look at:

    • The initial -mail +mail from Daniel Berrange presenting the project.
    • The page describing VirtTCK the inclusion of libvirt-TCK as a diff --git a/src/qemu/qemu_domain.c b/src/qemu/qemu_domain.c index aa0f5c1a2d..b1884b6c84 100644 --- a/src/qemu/qemu_domain.c +++ b/src/qemu/qemu_domain.c @@ -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. */ 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)