summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
authorDavid Tolnay <dtolnay@gmail.com>2015-08-15 13:22:58 -0700
committerDavid Tolnay <dtolnay@gmail.com>2015-08-15 13:22:58 -0700
commit879922d294fff64ea0df2c65c69ef9cc0e8ed079 (patch)
treee8b7686c8bb7669abbe170d9fc3c5ef7c1537ceb /index.html
parent478f4cff79341497ec3eae5054e84e30cb6979bf (diff)
Pick up https and updated gems
Diffstat (limited to 'index.html')
-rw-r--r--index.html34
1 files changed, 23 insertions, 11 deletions
diff --git a/index.html b/index.html
index b8f97d16..a5fc09ef 100644
--- a/index.html
+++ b/index.html
@@ -1,10 +1,15 @@
<!DOCTYPE html>
<html lang="en">
<head>
+ <script>
+ if ((window.location.host == "stedolan.github.io") && (window.location.protocol != "https:"))
+ window.location.protocol = "https";
+ </script>
<meta charset="utf-8">
<title>jq</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
+ <link rel="canonical" href="https://stedolan.github.io/jq/" />
<link rel="stylesheet" href="/jq/bootstrap/css/bootstrap.css" type="text/css">
<link rel="stylesheet" href="/jq/css/base.css" type="text/css">
<!--[if lt IE 9]>
@@ -44,7 +49,7 @@
<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>
@@ -83,7 +88,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>
@@ -95,7 +100,7 @@
</div>
<div class="row" id="multiblurb">
- <div class="col-sm-4"><p>jq is like <code>sed</code> for JSON data &ndash; you can use it to slice and filter
+ <div class="col-sm-4"><p>jq is like <code>sed</code> for JSON data - you can use it to slice and filter
and map and transform structured data with the same ease that <code>sed</code>,
<code>awk</code>, <code>grep</code> and friends let you play with text.</p></div>
<div class="col-sm-4"><p>jq is written in portable C, and it has zero runtime
@@ -108,7 +113,7 @@ shorter and simpler than you&rsquo;d expect.</p></div>
<div class="row" style="text-align:center; margin-top: 30px">
<p>Go read the <a href='tutorial/'>tutorial</a> for more, or the <a href='manual/'>manual</a>
-for <em>way</em> more.</p><p>Ask questions on <a href='http://stackoverflow.com/'>stackoverflow</a> using the <a href='http://stackoverflow.com/questions/tagged/jq'>jq
+for <em>way</em> more.</p><p>Ask questions on <a href='https://stackoverflow.com/'>stackoverflow</a> using the <a href='https://stackoverflow.com/questions/tagged/jq'>jq
tag</a>, or on the
<a href='http://irc.lc/freenode/%23jq/'>#jq</a> channel on
<a href='https://webchat.freenode.net/'>Freenode</a>.</p>
@@ -121,22 +126,30 @@ tag</a>, or on the
<li>
<span class="date">07 July 2015</span>
- <p>jq 1.5rc2 is available. Get it on the <a href='https://github.com/stedolan/jq/releases'>releases</a> page.</p>
+
+<p>jq 1.5rc2 is available. Get it on the <a href="https://github.com/stedolan/jq/releases">releases</a> page.</p>
+
</li>
<li>
<span class="date">01 January 2015</span>
- <p>jq 1.5rc1 is available. Get it on the <a href='https://github.com/stedolan/jq/releases'>releases</a> page.</p>
+
+<p>jq 1.5rc1 is available. Get it on the <a href="https://github.com/stedolan/jq/releases">releases</a> page.</p>
+
</li>
<li>
<span class="date">06 June 2014</span>
- <p>jq 1.4 (finally) released! Get it on the <a href='download/'>download</a> page.</p>
+
+<p>jq 1.4 (finally) released! Get it on the <a href="download/">download</a> page.</p>
+
</li>
<li>
<span class="date">05 May 2013</span>
- <p>jq 1.3 released.</p>
+
+<p>jq 1.3 released.</p>
+
</li>
</ul>
@@ -146,9 +159,8 @@ tag</a>, or on the
<footer>
<div class="container">
- <p>This website is made with <a href='http://www.tinytree.info'>Bonsai</a> and <a href='http://getbootstrap.com'>Bootstrap</a>, themed with <a href='https://bootswatch.com'>Bootswatch</a>.</p>
-
-<p>jq is licensed under the MIT license (code) and the <a href='https://creativecommons.org/licenses/by/3.0/'>CC-BY-3.0</a> license (docs).</p>
+ <p>This website is made with <a href="http://www.tinytree.info">Bonsai</a> and <a href="http://getbootstrap.com">Bootstrap</a>, themed with <a href="https://bootswatch.com">Bootswatch</a>.</p>
+ <p>jq is licensed under the MIT license (code) and the <a href="https://creativecommons.org/licenses/by/3.0/">CC-BY-3.0</a> license (docs).</p>
</div>
</footer>