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>
diff --git a/docs/application-issues.html b/docs/application-issues.html
index 6db0865..005d9f5 100644
--- a/docs/application-issues.html
+++ b/docs/application-issues.html
@@ -33,7 +33,7 @@
<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>