mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-01 06:43:53 -06:00
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>
This commit is contained in:
parent
1b3bbc6887
commit
70b7fba987
11 changed files with 30 additions and 30 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue