]> granicus.if.org Git - jq/commitdiff
Add NEWS link and get "Try Online" button working (fix #440)
authorNicolas Williams <nico@cryptonector.com>
Tue, 24 Jun 2014 05:41:53 +0000 (00:41 -0500)
committerNicolas Williams <nico@cryptonector.com>
Tue, 24 Jun 2014 05:41:53 +0000 (00:41 -0500)
index.html
index/index.html
manual/index.html

index 4dd85f23b599df61f1ed8a53d12c0fce1c7410be..3d4e370cec64084da418795e1a1cf09b647e2a04 100644 (file)
@@ -71,9 +71,8 @@
             </div>
 
             <div class="btn-group" style="float:right">
-              <a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="http://jqplay.org">
+              <a class="btn btn-primary" href="http://jqplay.org">
                 Try online!
-                <span class="caret"></span>
               </a>
             </div>
 
index 4dd85f23b599df61f1ed8a53d12c0fce1c7410be..3d4e370cec64084da418795e1a1cf09b647e2a04 100644 (file)
@@ -71,9 +71,8 @@
             </div>
 
             <div class="btn-group" style="float:right">
-              <a class="btn btn-primary dropdown-toggle" data-toggle="dropdown" href="http://jqplay.org">
+              <a class="btn btn-primary" href="http://jqplay.org">
                 Try online!
-                <span class="caret"></span>
               </a>
             </div>
 
index decae769cffac8cf33c366b6972ff679e06920dc..e7af2f535cc6a79178ce32bd2181839e13bcefb6 100644 (file)
@@ -40,7 +40,8 @@
           
           <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="http://jqplay.org">Try online!</a></li>
+          <li><a href="https://raw.githubusercontent.com/stedolan/jq/master/NEWS">NEWS</a></li>
         </ul>
       </div>
     </div>