summaryrefslogtreecommitdiffstats
path: root/docs/submittingpatches.html
diff options
context:
space:
mode:
authorEric Engestrom <[email protected]>2017-02-09 02:10:17 +0000
committerEric Engestrom <[email protected]>2017-02-09 11:28:15 +0000
commit30cf9ffb595b0fb7aeb2867d704ae9016b29fca2 (patch)
tree55ed8a1fd075c7b30763ede659eb38dcf4220e91 /docs/submittingpatches.html
parent2b0fe3cff7c8620b19a9fe316e290c21258759ad (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/submittingpatches.html')
-rw-r--r--docs/submittingpatches.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/submittingpatches.html b/docs/submittingpatches.html
index 141cec27581..d38ccad872f 100644
--- a/docs/submittingpatches.html
+++ b/docs/submittingpatches.html
@@ -140,7 +140,7 @@ to update the tests themselves.
<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>