diff options
author | Stefan Hajnoczi <stefanha@redhat.com> | 2017-11-21 12:04:35 +0000 |
---|---|---|
committer | Peter Maydell <peter.maydell@linaro.org> | 2017-11-21 13:34:13 +0000 |
commit | 70b7fba9871fb282b4806a2445a1e82a7a51da10 (patch) | |
tree | 809b079505711c5225417fa71aac18cef4f73629 /docs/pcie.txt | |
parent | 1b3bbc68872be5b618811db9dae611373c49f823 (diff) |
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 'docs/pcie.txt')
-rw-r--r-- | docs/pcie.txt | 4 |
1 files changed, 2 insertions, 2 deletions
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. |