diff options
author | Eric Engestrom <eric@engestrom.ch> | 2017-02-09 02:10:17 +0000 |
---|---|---|
committer | Eric Engestrom <eric@engestrom.ch> | 2017-02-09 11:28:15 +0000 |
commit | 30cf9ffb595b0fb7aeb2867d704ae9016b29fca2 (patch) | |
tree | 55ed8a1fd075c7b30763ede659eb38dcf4220e91 /docs/opengles.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 <eric@engestrom.ch>
Reviewed-by: Brian Paul <brianp@vmware.com>
Diffstat (limited to 'docs/opengles.html')
-rw-r--r-- | docs/opengles.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/opengles.html b/docs/opengles.html index 24ad69fe2d..2872b248a4 100644 --- a/docs/opengles.html +++ b/docs/opengles.html @@ -17,8 +17,8 @@ <h1>OpenGL ES</h1> <p>Mesa implements OpenGL ES 1.1 and OpenGL ES 2.0. More information about -OpenGL ES can be found at <a href="http://www.khronos.org/opengles/"> -http://www.khronos.org/opengles/</a>.</p> +OpenGL ES can be found at <a href="https://www.khronos.org/opengles/"> +https://www.khronos.org/opengles/</a>.</p> <p>OpenGL ES depends on a working EGL implementation. Please refer to <a href="egl.html">Mesa EGL</a> for more information about EGL.</p> |