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/submittingpatches.html b/docs/submittingpatches.html
index 141cec2..d38ccad 100644
--- a/docs/submittingpatches.html
+++ b/docs/submittingpatches.html
@@ -140,7 +140,7 @@
<p>
Whenever possible and applicable, test the patch with
-<a href="http://piglit.freedesktop.org">Piglit</a> and/or
+<a href="https://piglit.freedesktop.org">Piglit</a> and/or
<a href="https://android.googlesource.com/platform/external/deqp/">dEQP</a>
to check for regressions.
</p>