diff options
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-05-09 08:39:04 +0200 |
---|---|---|
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | 2025-05-11 12:52:57 +0200 |
commit | b043852a789ec90e60b45012bc8cda29815cb44b (patch) | |
tree | 30a914b7671b8901137ef4c2fbf167e52e630405 | |
parent | 02e5d344a0d75a4f05682b3438354748dc83d941 (diff) |
doc: correct link to QEMU
%s/hhttps:/https:/
Reviewed-by: Quentin Schulz <quentin.schulz@cherry.de>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
-rw-r--r-- | doc/develop/bootstd/qfw.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/develop/bootstd/qfw.rst b/doc/develop/bootstd/qfw.rst index 70086ad1817..fdc3ff71619 100644 --- a/doc/develop/bootstd/qfw.rst +++ b/doc/develop/bootstd/qfw.rst @@ -3,7 +3,7 @@ QFW Bootmeth ============ -`QEMU <hhttps://www.qemu.org/>`_ is a system emulator which is able to boot +`QEMU <https://www.qemu.org/>`_ is a system emulator which is able to boot Operating Systems. QEMU provides specific support for booting an OS image provided on the QEMU command line. |