summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorStefan Hajnoczi <stefanha@redhat.com>2017-11-21 12:04:35 +0000
committerPeter Maydell <peter.maydell@linaro.org>2017-11-21 13:34:13 +0000
commit70b7fba9871fb282b4806a2445a1e82a7a51da10 (patch)
tree809b079505711c5225417fa71aac18cef4f73629 /README
parent1b3bbc68872be5b618811db9dae611373c49f823 (diff)
downloadqemu-70b7fba9871fb282b4806a2445a1e82a7a51da10.tar.gz
Use HTTPS for qemu.org and other domains
qemu.org enabled HTTPS in 2017 and it should be used instead of HTTP. There are also URLs to json.org, openvpn.net, and other domains that support HTTPS. This patch updates the qemu.org domains everywhere and also third-party domains that I have checked. Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com> Message-id: 20171121120435.28728-3-stefanha@redhat.com Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 8 insertions, 8 deletions
diff --git a/README b/README
index 34ee588cd8..b92a07a61a 100644
--- a/README
+++ b/README
@@ -44,9 +44,9 @@ of other UNIX targets. The simple steps to build QEMU are:
Additional information can also be found online via the QEMU website:
- http://qemu.org/Hosts/Linux
- http://qemu.org/Hosts/Mac
- http://qemu.org/Hosts/W32
+ https://qemu.org/Hosts/Linux
+ https://qemu.org/Hosts/Mac
+ https://qemu.org/Hosts/W32
Submitting patches
@@ -65,8 +65,8 @@ guidelines set out in the HACKING and CODING_STYLE files.
Additional information on submitting patches can be found online via
the QEMU website
- http://qemu.org/Contribute/SubmitAPatch
- http://qemu.org/Contribute/TrivialPatches
+ https://qemu.org/Contribute/SubmitAPatch
+ https://qemu.org/Contribute/TrivialPatches
Bug reporting
@@ -85,7 +85,7 @@ reported via launchpad.
For additional information on bug reporting consult:
- http://qemu.org/Contribute/ReportABug
+ https://qemu.org/Contribute/ReportABug
Contact
@@ -95,12 +95,12 @@ The QEMU community can be contacted in a number of ways, with the two
main methods being email and IRC
- qemu-devel@nongnu.org
- http://lists.nongnu.org/mailman/listinfo/qemu-devel
+ https://lists.nongnu.org/mailman/listinfo/qemu-devel
- #qemu on irc.oftc.net
Information on additional methods of contacting the community can be
found online via the QEMU website:
- http://qemu.org/Contribute/StartHere
+ https://qemu.org/Contribute/StartHere
-- End