summaryrefslogtreecommitdiffstats
path: root/docs/templates
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-08-15 12:07:00 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-08-15 12:23:16 -0700
commit8f55d6d4ab5f659984db276a7f64cabd60fe6528 (patch)
tree5395192bd4f88ee9a81ca814bb5a04f11dda6eb6 /docs/templates
parent2306795864f55198fea72ab49f66ccde359851b7 (diff)
Use https where possible
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/index.liquid2
-rw-r--r--docs/templates/shared/_header.liquid2
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/templates/index.liquid b/docs/templates/index.liquid
index 18453d30..fb371284 100644
--- a/docs/templates/index.liquid
+++ b/docs/templates/index.liquid
@@ -36,7 +36,7 @@
</div>
<div class="btn-group">
- <a class="btn btn-primary" href="http://jqplay.org">
+ <a class="btn btn-primary" href="https://jqplay.org">
Try online at jqplay.org!
</a>
</div>
diff --git a/docs/templates/shared/_header.liquid b/docs/templates/shared/_header.liquid
index 6ba8536e..d68063b4 100644
--- a/docs/templates/shared/_header.liquid
+++ b/docs/templates/shared/_header.liquid
@@ -19,7 +19,7 @@
{% endfor %}
<li><a href="https://github.com/stedolan/jq/issues">Issues</a></li>
<li><a href="https://github.com/stedolan/jq">Source</a></li>
- <li><a href="http://jqplay.org">Try online!</a></li>
+ <li><a href="https://jqplay.org">Try online!</a></li>
<li><a href="https://raw.githubusercontent.com/stedolan/jq/master/NEWS">News</a></li>
</ul>
</div>