← Prev in month
← Prev in thread
[PATCH] 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. VIRTIO-173 Signed-off-by: Michael S. Tsirkin <> --- 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}
egin{oasistitlesection}{Chair} -Michael S. Tsirkin (href{ mailto:}{} ), href{ http://www.redhat.com/}{Red Hat}
ewline +Michael S. Tsirkin (href{ mailto:}{} ), href{ https://www.redhat.com/}{Red Hat}
ewline end{oasistitlesection}
egin{oasistitlesection}{Editors} -Michael S. Tsirkin (href{ mailto:}{} ), href{ http://www.redhat.com/}{Red Hat}
ewline -Cornelia Huck (href{ mailto:}{} ), href{ http://www.redhat.com/}{Red Hat}
ewline +Michael S. Tsirkin (href{ mailto:}{} ), href{ https://www.redhat.com/}{Red Hat}
ewline +Cornelia Huck (href{ mailto:}{} ), href{ https://www.redhat.com/}{Red Hat}
ewline 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).
--
MST
← Prev in month
← Prev in thread