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/license.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/license.html')
-rw-r--r-- | docs/license.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/license.html b/docs/license.html index 28488325d63..57d946cf3e5 100644 --- a/docs/license.html +++ b/docs/license.html @@ -18,10 +18,10 @@ <p> Mesa is a 3-D graphics library with an API which is very similar to -that of <a href="http://www.opengl.org/">OpenGL</a>.* +that of <a href="https://www.opengl.org/">OpenGL</a>.* To the extent that Mesa utilizes the OpenGL command syntax or state machine, it is being used with authorization from <a -href="http://www.sgi.com/">Silicon Graphics, +href="https://www.sgi.com/">Silicon Graphics, Inc.</a>(SGI). However, the author does not possess an OpenGL license from SGI, and makes no claim that Mesa is in any way a compatible replacement for OpenGL or associated with SGI. Those who want a @@ -36,7 +36,7 @@ library</em>. <br> </p> <p> -* OpenGL is a trademark of <a href="http://www.sgi.com/" +* OpenGL is a trademark of <a href="https://www.sgi.com/" >Silicon Graphics Incorporated</a>. </p> |