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/application-issues.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/application-issues.html')
-rw-r--r-- | docs/application-issues.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/application-issues.html b/docs/application-issues.html index 6db08658549..005d9f585fb 100644 --- a/docs/application-issues.html +++ b/docs/application-issues.html @@ -33,7 +33,7 @@ without a depth buffer. <p> Mesa 9.1.2 and later (will) support a DRI configuration option to work around this issue. -Using the <a href="http://dri.freedesktop.org/wiki/DriConf">driconf</a> tool, +Using the <a href="https://dri.freedesktop.org/wiki/DriConf">driconf</a> tool, set the "Create all visuals with a depth buffer" option before running Topogun. Then, all GLX visuals will be created with a depth buffer. </p> |