diff options
author | Eric Engestrom <[email protected]> | 2017-02-09 02:10:17 +0000 |
---|---|---|
committer | Eric Engestrom <[email protected]> | 2017-02-09 11:28:15 +0000 |
commit | 30cf9ffb595b0fb7aeb2867d704ae9016b29fca2 (patch) | |
tree | 55ed8a1fd075c7b30763ede659eb38dcf4220e91 /docs/vmware-guest.html | |
parent | 2b0fe3cff7c8620b19a9fe316e290c21258759ad (diff) |
docs: https all the links \o/
Most of them already redirected to https anyway, so we might as well
avoid the redirection and the security implications by linking directly
to the right protocol.
Signed-off-by: Eric Engestrom <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/vmware-guest.html')
-rw-r--r-- | docs/vmware-guest.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/docs/vmware-guest.html b/docs/vmware-guest.html index b495bc255ce..b19a7da1588 100644 --- a/docs/vmware-guest.html +++ b/docs/vmware-guest.html @@ -18,7 +18,7 @@ <p> This page describes how to build, install and use the -<a href="http://www.vmware.com/">VMware</a> guest GL driver +<a href="https://www.vmware.com/">VMware</a> guest GL driver (aka the SVGA or SVGA3D driver) for Linux using the latest source code. This driver gives a Linux virtual machine access to the host's GPU for hardware-accelerated 3D. @@ -62,9 +62,9 @@ these instructions explain what to do. For more information about the X components see these wiki pages at x.org: </p> <ul> -<li><a href="http://wiki.x.org/wiki/vmware"> +<li><a href="https://wiki.x.org/wiki/vmware"> Driver Overview</a> -<li><a href="http://wiki.x.org/wiki/vmware/vmware3D"> +<li><a href="https://wiki.x.org/wiki/vmware/vmware3D"> xf86-video-vmware Details</a> </ul> @@ -82,8 +82,8 @@ The components involved in this include: <p> All of these components reside in the guest Linux virtual machine. On the host, all you're doing is running VMware -<a href="http://www.vmware.com/products/workstation/">Workstation</a> or -<a href="http://www.vmware.com/products/fusion/">Fusion</a>. +<a href="https://www.vmware.com/products/workstation/">Workstation</a> or +<a href="https://www.vmware.com/products/fusion/">Fusion</a>. </p> |