From 7b361ea76e0bef2f718d56d6222037bb0de4379f Mon Sep 17 00:00:00 2001 From: "Michael S. Tsirkin" Date: Mon, 11 Mar 2019 15:01:18 -0400 Subject: editorial: upgrade links to https Several links have been upgraded and now redirect to the https version. Upgrade our version accordingly. Note that some other links use the status 301 - moved permanently apparently in error (e.g. for a language specific redirect), not updating these. Fixes: https://issues.oasis-open.org/browse/VIRTIO-173 Signed-off-by: Michael S. Tsirkin Reviewed-by: Stefan Hajnoczi Reviewed-by: Jens Freimann --- title.tex | 6 +++--- virtio-gpu.tex | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/title.tex b/title.tex index 5b42e76..180b21f 100644 --- a/title.tex +++ b/title.tex @@ -33,12 +33,12 @@ N/A \end{oasistitlesection} \begin{oasistitlesection}{Chair} -Michael S. Tsirkin (\href{mailto:mst@redhat.com}{mst@redhat.com}), \href{http://www.redhat.com/}{Red Hat}\newline +Michael S. Tsirkin (\href{mailto:mst@redhat.com}{mst@redhat.com}), \href{https://www.redhat.com/}{Red Hat}\newline \end{oasistitlesection} \begin{oasistitlesection}{Editors} -Michael S. Tsirkin (\href{mailto:mst@redhat.com}{mst@redhat.com}), \href{http://www.redhat.com/}{Red Hat}\newline -Cornelia Huck (\href{mailto:cohuck@redhat.com}{cohuck@redhat.com}), \href{http://www.redhat.com/}{Red Hat}\newline +Michael S. Tsirkin (\href{mailto:mst@redhat.com}{mst@redhat.com}), \href{https://www.redhat.com/}{Red Hat}\newline +Cornelia Huck (\href{mailto:cohuck@redhat.com}{cohuck@redhat.com}), \href{https://www.redhat.com/}{Red Hat}\newline \end{oasistitlesection} diff --git a/virtio-gpu.tex b/virtio-gpu.tex index 8687231..af4ca61 100644 --- a/virtio-gpu.tex +++ b/virtio-gpu.tex @@ -515,4 +515,4 @@ into vga compatibility mode. Note: qemu implementation also provides bochs dispi interface io ports and mmio bar at pci region 1 and is therefore fully compatible with -the qemu stdvga (see \href{http://git.qemu-project.org/?p=qemu.git;a=blob;f=docs/specs/standard-vga.txt;hb=HEAD}{docs/specs/standard-vga.txt} in the qemu source tree). +the qemu stdvga (see \href{https://git.qemu-project.org/?p=qemu.git;a=blob;f=docs/specs/standard-vga.txt;hb=HEAD}{docs/specs/standard-vga.txt} in the qemu source tree). -- cgit