diff options
Diffstat (limited to 'include/qemu-common.h')
-rw-r--r-- | include/qemu-common.h | 4 |
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) |