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/systems.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/systems.html')
-rw-r--r-- | docs/systems.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/docs/systems.html b/docs/systems.html index 12863876050..b97e1f0a79e 100644 --- a/docs/systems.html +++ b/docs/systems.html @@ -36,10 +36,10 @@ Hardware drivers include: <li>Intel i965, i945, i915. See <a href="https://01.org/linuxgraphics">Intel's website</a></li> <li>AMD Radeon series. - See <a href="http://www.x.org/wiki/RadeonFeature">RadeonFeature</a></li> + See <a href="https://www.x.org/wiki/RadeonFeature">RadeonFeature</a></li> <li>NVIDIA GPUs. - See <a href="http://nouveau.freedesktop.org">Nouveau Wiki</a></li> - <li><a href="http://www.x.org/wiki/vmware">VMware virtual GPU</a></li> + See <a href="https://nouveau.freedesktop.org">Nouveau Wiki</a></li> + <li><a href="https://www.x.org/wiki/vmware">VMware virtual GPU</a></li> </ul> <p> @@ -57,7 +57,7 @@ Additional driver information: </p> <ul> -<li><a href="http://dri.freedesktop.org/"> DRI hardware +<li><a href="https://dri.freedesktop.org/"> DRI hardware drivers</a> for the X Window System <li><a href="xlibdriver.html">Xlib / swrast driver</a> for the X Window System and Unix-like operating systems |