[virt-tools-list] [PATCH] Chagne most URIs to use https:// instead of http://

Daniel P. Berrangé berrange at redhat.com
Mon Apr 30 12:56:53 UTC 2018


All URLs were checked to see if they supported https://, those which did
were converted.

Signed-off-by: Daniel P. Berrangé <berrange at redhat.com>
---
 HACKING.md                       |   4 +-
 README.md                        |   6 +--
 data/virt-manager.appdata.xml.in |   8 +--
 man/virt-clone.pod               |   6 +--
 man/virt-convert.pod             |   6 +--
 man/virt-install.pod             | 114 +++++++++++++++++++--------------------
 man/virt-manager.pod             |   6 +--
 man/virt-xml.pod                 |   8 +--
 ui/about.ui                      |   4 +-
 virt-convert                     |   2 +-
 virt-install                     |   2 +-
 virt-manager.spec.in             |   4 +-
 virtconv/ovf.py                  |   6 +--
 virtinst/devices/disk.py         |   2 +-
 virtinst/devices/interface.py    |   2 +-
 virtinst/progress.py             |   2 +-
 virtinst/urldetect.py            |   6 +--
 17 files changed, 94 insertions(+), 94 deletions(-)

diff --git a/HACKING.md b/HACKING.md
index 66b266ca..b28ec075 100644
--- a/HACKING.md
+++ b/HACKING.md
@@ -43,7 +43,7 @@ Patches should be developed against a git checkout and **not** a source
 release(see [git repository](https://github.com/virt-manager/virt-manager)).
 
 Patches should be sent to the
-[mailing list](http://www.redhat.com/mailman/listinfo/virt-tools-list).
+[mailing list](https://www.redhat.com/mailman/listinfo/virt-tools-list).
 
 Using git format-patch/send-email is preferred, but an attachment with
 format-patch output is fine too.
@@ -55,7 +55,7 @@ non-trivial should be sent to the mailing list.
 
 Translations are handled at `fedora.zanata.org`. Please register for a Fedora
 account and request access to a translation team, as described at
-[Translate on Zanata](http://fedoraproject.org/wiki/L10N/Translate_on_Zanata).
+[Translate on Zanata](https://fedoraproject.org/wiki/L10N/Translate_on_Zanata).
 
 And contribute to
 [virt-manager at Zanata](https://fedora.zanata.org/project/view/virt-manager/).
diff --git a/README.md b/README.md
index 399abaa0..78ffecbc 100644
--- a/README.md
+++ b/README.md
@@ -22,12 +22,12 @@ For dependency info and installation instructions, see the
 ## Contact
 
  - All comments / suggestions / patches should be directed to the
-   [virt-tools-list](http://www.redhat.com/mailman/listinfo/virt-tools-list)
+   [virt-tools-list](https://www.redhat.com/mailman/listinfo/virt-tools-list)
    mailing list.
  - For IRC we use #virt on OFTC.
  - For bug reporting info, see
-   [BugReporting](http://virt-manager.org/page/BugReporting).
+   [BugReporting](https://virt-manager.org/page/BugReporting).
  - There are further project details on the
-   [virt-manager](http://virt-manager.org/) website.
+   [virt-manager](https://virt-manager.org/) website.
  - See the [HACKING.md](HACKING.md) file for info about submitting patches or
    contributing translations.
diff --git a/data/virt-manager.appdata.xml.in b/data/virt-manager.appdata.xml.in
index 117c5b3f..293d6e84 100644
--- a/data/virt-manager.appdata.xml.in
+++ b/data/virt-manager.appdata.xml.in
@@ -16,19 +16,19 @@
   </description>
   <screenshots>
     <screenshot type="default">
-      <image>http://virt-manager.org/appdata/en_US/manager.png</image>
+      <image>https://virt-manager.org/appdata/en_US/manager.png</image>
       <_caption>Main manager window</_caption>
     </screenshot>
     <screenshot>
-      <image>http://virt-manager.org/appdata/en_US/details.png</image>
+      <image>https://virt-manager.org/appdata/en_US/details.png</image>
       <_caption>Virtual machine configuration screen</_caption>
     </screenshot>
     <screenshot>
-      <image>http://virt-manager.org/appdata/en_US/console.png</image>
+      <image>https://virt-manager.org/appdata/en_US/console.png</image>
       <_caption>Graphical console connection for a virtual machine</_caption>
     </screenshot>
   </screenshots>
-  <url type="homepage">http://www.virt-manager.org/</url>
+  <url type="homepage">https://www.virt-manager.org/</url>
   <url type="bugtracker">https://bugzilla.redhat.com/enter_bug.cgi?product=Virtualization%20Tools&component=virt-manager</url>
   <update_contact>virt-tools-list at redhat.com</update_contact>
   <translation type="gettext">virt-manager</translation>
diff --git a/man/virt-clone.pod b/man/virt-clone.pod
index bd98ae33..c8678dc2 100644
--- a/man/virt-clone.pod
+++ b/man/virt-clone.pod
@@ -203,19 +203,19 @@ new guest can do a filesystem resize when it boots.
 
 =head1 BUGS
 
-Please see http://virt-manager.org/page/BugReporting
+Please see https://virt-manager.org/page/BugReporting
 
 =head1 COPYRIGHT
 
 Copyright (C) Fujitsu Limited, Copyright (C) Red Hat, Inc,
 and various contributors.
 This is free software. You may redistribute copies of it under the terms
-of the GNU General Public License C<http://www.gnu.org/licenses/gpl.html>.
+of the GNU General Public License C<https://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
 
 =head1 SEE ALSO
 
-C<virt-sysprep(1)>, C<virsh(1)>, C<virt-install(1)>, C<virt-manager(1)>, the project website C<http://virt-manager.org>
+C<virt-sysprep(1)>, C<virsh(1)>, C<virt-install(1)>, C<virt-manager(1)>, the project website C<https://virt-manager.org>
 
 =cut
 
diff --git a/man/virt-convert.pod b/man/virt-convert.pod
index a8f1043f..ca44a01c 100644
--- a/man/virt-convert.pod
+++ b/man/virt-convert.pod
@@ -127,18 +127,18 @@ Convert the specified .vmx file. Any references disk images must be in the same
 
 =head1 BUGS
 
-Please see http://virt-manager.org/page/BugReporting
+Please see https://virt-manager.org/page/BugReporting
 
 =head1 COPYRIGHT
 
 Copyright (C) Red Hat, Inc, and various contributors.
 This is free software. You may redistribute copies of it under the terms
-of the GNU General Public License C<http://www.gnu.org/licenses/gpl.html>.
+of the GNU General Public License C<https://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
 
 =head1 SEE ALSO
 
-L<virt-install(1)>, the project website C<http://virt-manager.org>
+L<virt-install(1)>, the project website C<https://virt-manager.org>
 
 =cut
 
diff --git a/man/virt-install.pod b/man/virt-install.pod
index 712386fc..07041bd6 100644
--- a/man/virt-install.pod
+++ b/man/virt-install.pod
@@ -101,13 +101,13 @@ and 'hotplugmemoryslots' are mapped to <maxMemory> element.
 
 To configure memory modules which can be hotunplugged see B<--memdev> description.
 
-Use --memory=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsMemoryAllocation>
+Use --memory=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsMemoryAllocation>
 
 =item B<--memorybacking> OPTIONS
 
 This option will influence how virtual memory pages are backed by host pages.
 
-Use --memorybacking=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsMemoryBacking>
+Use --memorybacking=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsMemoryBacking>
 
 =item B<--arch> ARCH
 
@@ -124,25 +124,25 @@ architectures.
 
 Specify metadata values for the guest. Possible options include name, uuid, title, and description. This option deprecates -u/--uuid and --description.
 
-Use --metadata=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsMetadata>
+Use --metadata=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsMetadata>
 
 =item B<--events> OPT=VAL,[...]
 
 Specify events values for the guest. Possible options include on_poweroff, on_reboot, and on_crash.
 
-Use --events=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsEvents>
+Use --events=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsEvents>
 
 =item B<--resource> OPT=VAL,[...]
 
 Specify resource partitioning for the guest.
 
-Use --resource=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#resPartition>
+Use --resource=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#resPartition>
 
 =item B<--sysinfo> OPT=VAL,[...]
 
 Configure sysinfo/SMBIOS values exposed to the guest OS. '--sysinfo host' can be used to expose the host's SMBIOS info to the VM, otherwise values can be manually specified.
 
-Use --sysinfo=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsSysinfo>
+Use --sysinfo=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsSysinfo>
 
 =item B<--qemu-commandline> ARGS
 
@@ -174,7 +174,7 @@ cores over threads.
 If the value 'auto' is passed, virt-install attempts to automatically determine
 an optimal cpu pinning using NUMA data, if available.
 
-Use --vcpus=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsCPUAllocation>
+Use --vcpus=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsCPUAllocation>
 
 =item B<--numatune> OPTIONS
 
@@ -188,7 +188,7 @@ as C<--vcpus cpuset=> option. mode can be one of 'interleave', 'preferred', or
 'strict' (the default). See 'man 8 numactl' for information about each
 mode.
 
-Use --numatune=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsNUMATuning>
+Use --numatune=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsNUMATuning>
 
 =item B<--memtune> OPTIONS
 
@@ -197,7 +197,7 @@ Tune memory policy for the domain process. Example invocations
     --memtune 1000
     --memtune hard_limit=100,soft_limit=60,swap_hard_limit=150,min_guarantee=80
 
-Use --memtune=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsMemoryTuning>
+Use --memtune=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsMemoryTuning>
 
 =item B<--blkiotune> OPTIONS
 
@@ -206,7 +206,7 @@ Tune blkio policy for the domain process. Example invocations
     --blkiotune 100
     --blkiotune weight=100,device_path=/dev/sdc,device_weight=200
 
-Use --blkiotune=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsBlockTuning>
+Use --blkiotune=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsBlockTuning>
 
 =item B<--cpu> MODEL[,+feature][,-feature][,match=MATCH][,vendor=VENDOR],...
 
@@ -253,7 +253,7 @@ Example of passing through the host cpu's cache information.
 
 =back
 
-Use --cpu=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsCPU>
+Use --cpu=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsCPU>
 
 =item B<--cputune> OPTIONS
 
@@ -263,7 +263,7 @@ Configure which of the host's physical CPUs the domain VCPU will be pinned to. E
 
     --cputune vpcupin0.vcpu=0,vpcupin0.cpuset=0-3,vpcupin1.vcpu=1,vpcupin1.cpuset=4-7
 
-Use --cputune=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsCPUTuning>
+Use --cputune=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsCPUTuning>
 
 =item B<--security> type=TYPE[,label=LABEL][,relabel=yes|no]
 
@@ -275,7 +275,7 @@ To have libvirt automatically apply your static label, you must specify
 relabel=yes. Otherwise disk images must be manually labeled by the admin,
 including images that virt-install is asked to create.
 
-Use --security=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#seclabel>
+Use --security=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#seclabel>
 
 =item B<--features> FEAT=on|off,...
 
@@ -313,7 +313,7 @@ type.)
 
 =back
 
-Use --features=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsFeatures>
+Use --features=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsFeatures>
 
 =item B<--clock> offset=OFFSET,TIMER_OPT=VAL,...
 
@@ -336,14 +336,14 @@ might be catchup, delay, etc. Refer to the libvirt docs for all values.
 
 =back
 
-Use --clock=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsTime>
+Use --clock=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsTime>
 
 
 =item B<--pm> OPTIONS
 
 Configure guest power management features. Example suboptions include suspend_to_mem=on|off and suspend_to_disk=on|off
 
-Use --pm=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsPowerManagement>
+Use --pm=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsPowerManagement>
 
 
 
@@ -383,13 +383,13 @@ be accessible by both the local and remote host.
 
 * Mount the ISO at a local directory, and do --location DIRECTORY
 
-* Mount the ISO at a local directory, export that directory over local http, and do --location http://localhost/DIRECTORY
+* Mount the ISO at a local directory, export that directory over local http, and do --location https://localhost/DIRECTORY
 
 The C<LOCATION> can take one of the following forms:
 
 =over 4
 
-=item http://host/path
+=item https://host/path
 
 An HTTP server location containing an installable distribution image.
 
@@ -417,19 +417,19 @@ Some distro specific url samples:
 
 =item Fedora/Red Hat Based
 
-http://download.fedoraproject.org/pub/fedora/linux/releases/25/Server/x86_64/os
+https://download.fedoraproject.org/pub/fedora/linux/releases/25/Server/x86_64/os
 
 =item Debian
 
-http://ftp.us.debian.org/debian/dists/stable/main/installer-amd64/
+https://ftp.us.debian.org/debian/dists/stable/main/installer-amd64/
 
 =item Ubuntu
 
-http://us.archive.ubuntu.com/ubuntu/dists/wily/main/installer-amd64/
+https://us.archive.ubuntu.com/ubuntu/dists/wily/main/installer-amd64/
 
 =item Suse
 
-http://download.opensuse.org/pub/opensuse/distribution/leap/42.3/repo/oss/
+https://download.opensuse.org/pub/opensuse/distribution/leap/42.3/repo/oss/
 
 =item Mandriva
 
@@ -465,7 +465,7 @@ may be desirable to also use the C<--disk none> flag in combination.
 Additional kernel command line arguments to pass to the installer when
 performing a guest install from C<--location>. One common usage is specifying
 an anaconda kickstart file for automated installs, such as
---extra-args "ks=http://myserver/my.ks"
+--extra-args "ks=https://myserver/my.ks"
 
 =item B<--initrd-inject> PATH
 
@@ -555,7 +555,7 @@ supports Secure boot feature you can enable it via loader_secure.
 
 =back
 
-Use --boot=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsOS>
+Use --boot=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsOS>
 
 =item B<--idmap> OPTIONS
 
@@ -569,7 +569,7 @@ make containers secure, in the absence of sVirt confinement.
 Example:
     --idmap uid_start=0,uid_target=1000,uid_count=10,gid_start=0,gid_target=1000,gid_count=10
 
-Use --idmap=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsOSContainer>
+Use --idmap=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsOSContainer>
 
 =back
 
@@ -610,7 +610,7 @@ and will require specifying a 'size' value. Even for remote hosts, virt-install
 will try to use libvirt storage APIs to automatically create the given path.
 
 If the hypervisor supports it, B<path> can also be a network URL, like
-http://example.com/some-disk.img . For network paths, they hypervisor will
+https://example.com/some-disk.img . For network paths, they hypervisor will
 directly access the storage, nothing is downloaded locally.
 
 =item B<pool>
@@ -700,7 +700,7 @@ request). Since 1.0.6 (QEMU and KVM only)
 
 =item B<format>
 
-Disk image format. For file volumes, this can be 'raw', 'qcow2', 'vmdk', etc. See format types in L<http://libvirt.org/storage.html> for possible values. This is often mapped to the B<driver_type> value as well.
+Disk image format. For file volumes, this can be 'raw', 'qcow2', 'vmdk', etc. See format types in L<https://libvirt.org/storage.html> for possible values. This is often mapped to the B<driver_type> value as well.
 
 If not specified when creating file images, this will default to 'qcow2'.
 
@@ -734,12 +734,12 @@ WD-WMAP9A966149
 =item B<startup_policy>
 
 It defines what to do with the disk if the source file is not accessible.  See
-possible values in L<http://www.libvirt.org/formatdomain.html#elementsDisks>, "startupPolicy" attribute of the <disk> element
+possible values in L<https://www.libvirt.org/formatdomain.html#elementsDisks>, "startupPolicy" attribute of the <disk> element
 
 =item B<snapshot_policy>
 
 Defines default behavior of the disk during disk snapshots.  See possible
-values in L<http://www.libvirt.org/formatdomain.html#elementsDisks>,
+values in L<https://www.libvirt.org/formatdomain.html#elementsDisks>,
 "snapshot" attribute of the <disk> element.
 
 =back
@@ -747,7 +747,7 @@ values in L<http://www.libvirt.org/formatdomain.html#elementsDisks>,
 See the examples section for some uses. This option deprecates -f/--file,
 -s/--file-size, --nonsparse, and --nodisks.
 
-Use --disk=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsDisks>
+Use --disk=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsDisks>
 
 =item B<--filesystem>
 
@@ -785,7 +785,7 @@ The mount location to use in the guest.
 
 =back
 
-Use --filesystem=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsFilesystems>
+Use --filesystem=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsFilesystems>
 
 =back
 
@@ -953,7 +953,7 @@ will be bound
 
 =back
 
-Use --network=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsNICS>
+Use --network=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsNICS>
 
 This option deprecates -m/--mac, -b/--bridge, and --nonetworks
 
@@ -1071,7 +1071,7 @@ DRM render node path to use. This is used when 'gl' is enabled.
 
 =back
 
-Use --graphics=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsGraphics>
+Use --graphics=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsGraphics>
 
 This deprecates the following options: --vnc, --vncport, --vnclisten, -k/--keymap, --sdl, --nographics
 
@@ -1134,7 +1134,7 @@ This deprecates the --accelerate option, which is now the default behavior. To i
 
 All devices have a set of B<address.*> options for configuring the
 particulars of the device's address on its parent controller or bus.
-See C<http://libvirt.org/formatdomain.html#elementsAddress> for details.
+See C<https://libvirt.org/formatdomain.html#elementsAddress> for details.
 
 =over 4
 
@@ -1155,7 +1155,7 @@ Controller model.  These may vary according to the hypervisor and its
 version.  Most commonly used models are e.g. B<auto>, B<virtio-scsi>
 for the B<scsi> controller, B<ehci> or B<none> for the B<usb>
 controller.  For full list and further details on controllers/models,
-see C<http://libvirt.org/formatdomain.html#elementsControllers>.
+see C<https://libvirt.org/formatdomain.html#elementsControllers>.
 
 =item B<address>
 
@@ -1191,14 +1191,14 @@ proper device (if needed).  This applies to all PCI devices.
 
 =back
 
-Use --controller=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsControllers>
+Use --controller=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsControllers>
 
 
 =item B<--input> OPTIONS
 
 Attach an input device to the guest. Example input device types are mouse, tablet, or keyboard.
 
-Use --input=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsInput>
+Use --input=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsInput>
 
 
 =item B<--hostdev> OPTIONS
@@ -1227,7 +1227,7 @@ PCI device (via lspci).
 
 =back
 
-Use --hostdev=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsHostDev>
+Use --hostdev=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsHostDev>
 
 =item B<--sound> MODEL
 
@@ -1238,7 +1238,7 @@ OS supports.
 
 This deprecates the old --soundhw option.
 
-Use --sound=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsSound>
+Use --sound=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsSound>
 
 =item B<--watchdog> MODEL[,action=ACTION]
 
@@ -1283,7 +1283,7 @@ Use the i6300esb with the 'poweroff' action
 
 --watchdog i6300esb,action=poweroff
 
-Use --watchdog=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsWatchdog>
+Use --watchdog=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsWatchdog>
 
 =item B<--parallel> OPTIONS
 
@@ -1362,7 +1362,7 @@ Unix socket, see unix(7). MODE has similar behavior and defaults as
 
 =back
 
-Use --serial=? or --parallel=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsCharSerial> and L<http://libvirt.org/formatdomain.html#elementsCharParallel>
+Use --serial=? or --parallel=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsCharSerial> and L<https://libvirt.org/formatdomain.html#elementsCharParallel>
 
 =item B<--channel>
 
@@ -1398,7 +1398,7 @@ specifies how the guest will see the channel.
 
 =back
 
-Use --channel=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsCharChannel>
+Use --channel=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsCharChannel>
 
 =item B<--console>
 
@@ -1415,12 +1415,12 @@ Example:
 
 Connect a virtio console to the guest, redirected to a PTY on the host.
 For supported guests, this exposes /dev/hvc0 in the guest. See
-http://fedoraproject.org/wiki/Features/VirtioSerial for more info. virtio
+https://fedoraproject.org/wiki/Features/VirtioSerial for more info. virtio
 console requires libvirt 0.8.3 or later.
 
 =back
 
-Use --console=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsCharConsole>
+Use --console=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsCharConsole>
 
 =item B<--video> OPTIONS
 
@@ -1428,7 +1428,7 @@ Specify what video device model will be attached to the guest. Valid values
 for VIDEO are hypervisor specific, but some options for recent kvm are
 cirrus, vga, qxl, virtio, or vmvga (vmware).
 
-Use --video=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsVideo>
+Use --video=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsVideo>
 
 =item B<--smartcard> MODE[,OPTIONS]
 
@@ -1457,7 +1457,7 @@ to the guest
 
 =back
 
-Use --smartcard=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsSmartcard>
+Use --smartcard=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsSmartcard>
 
 =item B<--redirdev> BUS[,OPTIONS]
 
@@ -1490,7 +1490,7 @@ Add a USB device redirected via a dedicated Spice channel.
 
 =back
 
-Use --redirdev=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsRedir>
+Use --redirdev=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsRedir>
 
 =item B<--memballoon> MODEL
 
@@ -1509,7 +1509,7 @@ Do not use memballoon device:
 
 --memballoon none
 
-Use --memballoon=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsMemBalloon>
+Use --memballoon=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsMemBalloon>
 
 =item B<--tpm> TYPE[,OPTIONS]
 
@@ -1540,7 +1540,7 @@ Convenience option for passing through the hosts TPM.
 
 =back
 
-Use --tpm=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsTpm>
+Use --tpm=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsTpm>
 
 =item B<--rng> TYPE[,OPTIONS]
 
@@ -1605,7 +1605,7 @@ Connect to localhost to the TCP port 8000 to get entropy data.
 Use the /dev/random device to get entropy data, this form implicitly uses the
 "random" model.
 
-Use --rng=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsRng>
+Use --rng=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsRng>
 
 =back
 
@@ -1615,14 +1615,14 @@ Attach a panic notifier device to the guest. For the recommended settings, use:
 
 --panic default
 
-Use --panic=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsPanic>
+Use --panic=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsPanic>
 
 =item B<--memdev> OPTS
 
 Add a memory module to a guest which can be hotunplugged. To add a memdev you need
 to configure hotplugmemory and NUMA for a guest.
 
-Use --memdev=? to see a list of all available sub options. Complete details at L<http://libvirt.org/formatdomain.html#elementsMemory>.
+Use --memdev=? to see a list of all available sub options. Complete details at L<https://libvirt.org/formatdomain.html#elementsMemory>.
 
 
 =back
@@ -1653,7 +1653,7 @@ VM.  These VMs exist only until the domain is shut down or the host
 server is restarted.  Libvirt forgets the XML configuration of the VM
 after either of these events.  Note that the VM's disks will not be
 deleted.  See:
-L<http://wiki.libvirt.org/page/VM_lifecycle#Transient_guest_domains_vs_Persistent_guest_domains>
+L<https://wiki.libvirt.org/page/VM_lifecycle#Transient_guest_domains_vs_Persistent_guest_domains>
 
 =item B<--print-xml> [STEP]
 
@@ -1778,7 +1778,7 @@ options:
        --memory 500 \
        --disk /var/lib/xen/images/demo.img,size=6 \
        --graphics none \
-       --location http://download.fedora.redhat.com/pub/fedora/linux/core/6/x86_64/os/
+       --location https://download.fedora.redhat.com/pub/fedora/linux/core/6/x86_64/os/
 
 Create a guest from an existing disk image 'mydisk.img' using defaults for
 the rest of the options.
@@ -1801,17 +1801,17 @@ Start serial QEMU ARM VM, which requires specifying a manual kernel.
 
 =head1 BUGS
 
-Please see http://virt-manager.org/page/BugReporting
+Please see https://virt-manager.org/page/BugReporting
 
 =head1 COPYRIGHT
 
 Copyright (C) Red Hat, Inc, and various contributors.
 This is free software. You may redistribute copies of it under the terms of
-the GNU General Public License C<http://www.gnu.org/licenses/gpl.html>. There
+the GNU General Public License C<https://www.gnu.org/licenses/gpl.html>. There
 is NO WARRANTY, to the extent permitted by law.
 
 =head1 SEE ALSO
 
-C<virsh(1)>, C<virt-clone(1)>, C<virt-manager(1)>, the project website C<http://virt-manager.org>
+C<virsh(1)>, C<virt-clone(1)>, C<virt-manager(1)>, the project website C<https://virt-manager.org>
 
 =cut
diff --git a/man/virt-manager.pod b/man/virt-manager.pod
index 54172339..bab1ba51 100644
--- a/man/virt-manager.pod
+++ b/man/virt-manager.pod
@@ -85,18 +85,18 @@ Standard GTK options like --g-fatal-warnings are also accepted.
 
 =head1 BUGS
 
-Please see L<http://virt-manager.org/bugs/>
+Please see L<https://virt-manager.org/bugs/>
 
 =head1 COPYRIGHT
 
 Copyright (C) Red Hat, Inc, and various contributors.
 This is free software. You may redistribute copies of it under the terms of the GNU General
-Public License C<http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent
+Public License C<https://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the extent
 permitted by law.
 
 =head1 SEE ALSO
 
-C<virsh(1)>, C<virt-viewer(1)>, the project website C<http://virt-manager.org>
+C<virsh(1)>, C<virt-viewer(1)>, the project website C<https://virt-manager.org>
 
 =cut
 
diff --git a/man/virt-xml.pod b/man/virt-xml.pod
index 972121b8..bae492ac 100644
--- a/man/virt-xml.pod
+++ b/man/virt-xml.pod
@@ -230,7 +230,7 @@ Before defining or updating the domain, show the generated XML diff and interact
 
 These options alter the XML for a single class of XML elements. More complete documentation is found in L<virt-install(1)>.
 
-Generally these options map pretty straightforwardly to the libvirt XML, documented at L<http://libvirt.org/formatdomain.html>
+Generally these options map pretty straightforwardly to the libvirt XML, documented at L<https://libvirt.org/formatdomain.html>
 
 Option strings are in the format of: --option opt=val,opt2=val2,...  example: --disk path=/tmp/foo,shareable=on. Properties can be used with '--option opt=,', so to clear a disks cache setting you could use '--disk cache=,'
 
@@ -354,17 +354,17 @@ Virtualization hosts supported by libvirt may not permit all changes that might
 
 =head1 BUGS
 
-Please see http://virt-manager.org/page/BugReporting
+Please see https://virt-manager.org/page/BugReporting
 
 =head1 COPYRIGHT
 
 Copyright (C) Red Hat, Inc, and various contributors.
 This is free software. You may redistribute copies of it under the terms
-of the GNU General Public License C<http://www.gnu.org/licenses/gpl.html>.
+of the GNU General Public License C<https://www.gnu.org/licenses/gpl.html>.
 There is NO WARRANTY, to the extent permitted by law.
 
 =head1 SEE ALSO
 
-L<virt-install(1)>, the project website C<http://virt-manager.org>
+L<virt-install(1)>, the project website C<https://virt-manager.org>
 
 =cut
diff --git a/ui/about.ui b/ui/about.ui
index a65e98e5..dc0283f4 100644
--- a/ui/about.ui
+++ b/ui/about.ui
@@ -9,8 +9,8 @@
     <property name="program_name">Virtual Machine Manager</property>
     <property name="copyright" translatable="yes">Copyright (C) 2006-2018 Red Hat Inc.</property>
     <property name="comments" translatable="yes">Powered by libvirt</property>
-    <property name="website">http://virt-manager.org/</property>
-    <property name="website_label">http://virt-manager.org/</property>
+    <property name="website">https://virt-manager.org/</property>
+    <property name="website_label">https://virt-manager.org/</property>
     <property name="license">    This program is free software; you can redistribute it and/or modify
     it under the terms of the GNU General Public License as published by
     the Free Software Foundation; either version 2 of the License, or
diff --git a/virt-convert b/virt-convert
index a765a177..45c265a2 100755
--- a/virt-convert
+++ b/virt-convert
@@ -20,7 +20,7 @@ from virtconv import VirtConverter
 # Example appliances:
 #
 # OVF/OVA:
-#   http://virtualboxes.org/tag/ova/
+#   https://virtualboxes.org/tag/ova/
 # VMX, but they are all multipart which is current unsupported
 #   http://www.thoughtpolice.co.uk/vmware/
 # Minix VMX:
diff --git a/virt-install b/virt-install
index c0a028c9..0e38690d 100755
--- a/virt-install
+++ b/virt-install
@@ -848,7 +848,7 @@ def parse_args():
     insg.add_argument("--cdrom", help=_("CD-ROM installation media"))
     insg.add_argument("-l", "--location",
                     help=_("Installation source (eg, nfs:host:/path, "
-                           "http://host/path, ftp://host/path)"))
+                           "https://host/path, ftp://host/path)"))
     insg.add_argument("--pxe", action="store_true",
                     help=_("Boot from the network using the PXE protocol"))
     insg.add_argument("--import", action="store_true", dest="import_install",
diff --git a/virt-manager.spec.in b/virt-manager.spec.in
index 2d14406a..c09f484a 100644
--- a/virt-manager.spec.in
+++ b/virt-manager.spec.in
@@ -31,8 +31,8 @@ Summary: Desktop tool for managing virtual machines via libvirt
 Group: Applications/Emulators
 License: GPLv2+
 BuildArch: noarch
-URL: http://virt-manager.org/
-Source0: http://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
+URL: https://virt-manager.org/
+Source0: https://virt-manager.org/download/sources/%{name}/%{name}-%{version}.tar.gz
 
 
 Requires: virt-manager-common = %{verrel}
diff --git a/virtconv/ovf.py b/virtconv/ovf.py
index 3cd9319b..aec0c288 100644
--- a/virtconv/ovf.py
+++ b/virtconv/ovf.py
@@ -59,7 +59,7 @@ DEVICE_DISK = "17"
 DEVICE_GRAPHICS = "24"
 
 # AllocationUnits mapping can be found in Appendix C here:
-# http://www.dmtf.org/standards/documents/CIM/DSP0004.pdf
+# https://www.dmtf.org/standards/documents/CIM/DSP0004.pdf
 
 
 OVF_NAMESPACES = {
@@ -257,8 +257,8 @@ class ovf_parser(parser_class):
     """
     Support for OVF appliance configurations.
 
-    Whitepaper: http://www.vmware.com/pdf/ovf_whitepaper_specification.pdf
-    Spec: http://www.dmtf.org/standards/published_documents/DSP0243_1.0.0.pdf
+    Whitepaper: https://www.vmware.com/pdf/ovf_whitepaper_specification.pdf
+    Spec: https://www.dmtf.org/standards/published_documents/DSP0243_1.0.0.pdf
     """
     name = "ovf"
     suffix = ".ovf"
diff --git a/virtinst/devices/disk.py b/virtinst/devices/disk.py
index e104c06c..5132f951 100644
--- a/virtinst/devices/disk.py
+++ b/virtinst/devices/disk.py
@@ -563,7 +563,7 @@ class DeviceDisk(Device):
         a QEMU VM. Without telling QEMU to expect a raw file, the emulator
         is forced to autodetect, which has security implications:
 
-        http://lists.gnu.org/archive/html/qemu-devel/2008-04/msg00675.html
+        https://lists.gnu.org/archive/html/qemu-devel/2008-04/msg00675.html
         """
         if self.driver_name != self.DRIVER_NAME_QEMU:
             return None
diff --git a/virtinst/devices/interface.py b/virtinst/devices/interface.py
index 06260352..b7963d56 100644
--- a/virtinst/devices/interface.py
+++ b/virtinst/devices/interface.py
@@ -20,7 +20,7 @@ def _random_mac(conn):
     00-16-3E allocated to xensource
     52-54-00 used by qemu/kvm
 
-    The OUI list is available at http://standards.ieee.org/regauth/oui/oui.txt.
+    The OUI list is available at https://standards.ieee.org/regauth/oui/oui.txt.
 
     The remaining 3 fields are random, with the first bit of the first
     random field set 0.
diff --git a/virtinst/progress.py b/virtinst/progress.py
index 9e5f918c..013b9dfa 100644
--- a/virtinst/progress.py
+++ b/virtinst/progress.py
@@ -17,7 +17,7 @@ import fcntl
 import struct
 import termios
 
-# Code from http://mail.python.org/pipermail/python-list/2000-May/033365.html
+# Code from https://mail.python.org/pipermail/python-list/2000-May/033365.html
 def terminal_width(fd=1):
     """ Get the real terminal width """
     try:
diff --git a/virtinst/urldetect.py b/virtinst/urldetect.py
index b7100201..c7e3a83c 100644
--- a/virtinst/urldetect.py
+++ b/virtinst/urldetect.py
@@ -265,7 +265,7 @@ def getDistroStore(guest, fetcher):
     # No distro was detected. See if the URL even resolves, and if not
     # give the user a hint that maybe they mistyped. This won't always
     # be true since some webservers don't allow directory listing.
-    # http://www.redhat.com/archives/virt-tools-list/2014-December/msg00048.html
+    # https://www.redhat.com/archives/virt-tools-list/2014-December/msg00048.html
     extramsg = ""
     if not fetcher.can_access():
         extramsg = (": " +
@@ -643,7 +643,7 @@ class OpensuseDistro(SuseDistro):
 
 class DebianDistro(Distro):
     # ex. http://ftp.egr.msu.edu/debian/dists/sarge/main/installer-i386/
-    # daily builds: http://d-i.debian.org/daily-images/amd64/
+    # daily builds: https://d-i.debian.org/daily-images/amd64/
     PRETTY_NAME = "Debian"
     urldistro = "debian"
     _debname = "debian"
@@ -778,7 +778,7 @@ class DebianDistro(Distro):
 
 
 class UbuntuDistro(DebianDistro):
-    # http://archive.ubuntu.com/ubuntu/dists/natty/main/installer-amd64/
+    # https://archive.ubuntu.com/ubuntu/dists/natty/main/installer-amd64/
     PRETTY_NAME = "Ubuntu"
     urldistro = "ubuntu"
     _debname = "ubuntu"
-- 
2.14.3




More information about the virt-tools-list mailing list