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/egl.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/egl.html')
-rw-r--r-- | docs/egl.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/egl.html b/docs/egl.html index fb94f8c7136..6868448bc49 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -18,8 +18,8 @@ <p>The current version of EGL in Mesa implements EGL 1.4. More information about EGL can be found at -<a href="http://www.khronos.org/egl/"> -http://www.khronos.org/egl/</a>.</p> +<a href="https://www.khronos.org/egl/"> +https://www.khronos.org/egl/</a>.</p> <p>The Mesa's implementation of EGL uses a driver architecture. The main library (<code>libEGL</code>) is window system neutral. It provides the EGL |