summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
Diffstat (limited to 'docs')
-rw-r--r--docs/interop/qmp-intro.txt4
-rw-r--r--docs/pcie.txt4
-rw-r--r--docs/rdma.txt2
3 files changed, 5 insertions, 5 deletions
diff --git a/docs/interop/qmp-intro.txt b/docs/interop/qmp-intro.txt
index f1b60bcfa0..adbc94abb1 100644
--- a/docs/interop/qmp-intro.txt
+++ b/docs/interop/qmp-intro.txt
@@ -18,7 +18,7 @@ For detailed information on QMP's usage, please, refer to the following files:
o qmp-spec.txt QEMU Machine Protocol current specification
o qemu-qmp-ref.html QEMU QMP commands and events (auto-generated at build-time)
-[1] http://www.json.org
+[1] https://www.json.org
Usage
-----
@@ -83,4 +83,4 @@ Please, refer to the qapi-schema.json file for a complete command reference.
QMP wiki page
-------------
-http://wiki.qemu.org/QMP
+https://wiki.qemu.org/QMP
diff --git a/docs/pcie.txt b/docs/pcie.txt
index 76b85ece32..8d3694970e 100644
--- a/docs/pcie.txt
+++ b/docs/pcie.txt
@@ -8,9 +8,9 @@ in PCI Express based machines and explains the reasoning behind them.
The following presentations accompany this document:
(1) Q35 overview.
- http://wiki.qemu.org/images/4/4e/Q35.pdf
+ https://wiki.qemu.org/images/4/4e/Q35.pdf
(2) A comparison between PCI and PCI Express technologies.
- http://wiki.qemu.org/images/f/f6/PCIvsPCIe.pdf
+ https://wiki.qemu.org/images/f/f6/PCIvsPCIe.pdf
Note: The usage examples are not intended to replace the full
documentation, please use QEMU help to retrieve all options.
diff --git a/docs/rdma.txt b/docs/rdma.txt
index f3eaaa004c..e6f9902617 100644
--- a/docs/rdma.txt
+++ b/docs/rdma.txt
@@ -1,7 +1,7 @@
(RDMA: Remote Direct Memory Access)
RDMA Live Migration Specification, Version # 1
==============================================
-Wiki: http://wiki.qemu.org/Features/RDMALiveMigration
+Wiki: https://wiki.qemu.org/Features/RDMALiveMigration
Github: git@github.com:hinesmr/qemu.git, 'rdma' branch
Copyright (C) 2013 Michael R. Hines <mrhines@us.ibm.com>