summaryrefslogtreecommitdiff
path: root/include/qemu-common.h
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 /include/qemu-common.h
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 'include/qemu-common.h')
-rw-r--r--include/qemu-common.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/include/qemu-common.h b/include/qemu-common.h
index 0456c79df4..05319b9ddc 100644
--- a/include/qemu-common.h
+++ b/include/qemu-common.h
@@ -24,8 +24,8 @@
/* Bug reporting information for --help arguments, About dialogs, etc */
#define QEMU_HELP_BOTTOM \
- "See <http://qemu.org/contribute/report-a-bug> for how to report bugs.\n" \
- "More information on the QEMU project at <http://qemu.org>."
+ "See <https://qemu.org/contribute/report-a-bug> for how to report bugs.\n" \
+ "More information on the QEMU project at <https://qemu.org>."
/* main function, renamed */
#if defined(CONFIG_COCOA)