Minor docs fix to get rid of Bonsai warnings.
authorStephen Dolan <mu@netsoc.tcd.ie>
Thu, 9 May 2013 01:01:01 +0000 (02:01 +0100)
committerStephen Dolan <mu@netsoc.tcd.ie>
Thu, 9 May 2013 01:01:01 +0000 (02:01 +0100)
docs/content/3.manual/manual.yml
docs/site.yml

index c85fcd575639154aa35d213a8d3d63160c888520..a2334efae9b08ce5e8dd8d36ff7d4d20e6a45cfb 100644 (file)
@@ -166,7 +166,7 @@ sections:
           You can also look up fields of an object using syntax like
           `.["foo"]` (.foo above is a shorthand version of this). This
           one works for arrays as well, if the key is an
-          integer. Arrays are zero-based (like javascript), so .[2]
+          integer. Arrays are zero-based (like javascript), so `.[2]`
           returns the third element of the array.
 
         examples:
@@ -271,7 +271,7 @@ sections:
           filter into an array (as in `[.items[].name]`)
         
           Once you understand the "," operator, you can look at jq's array
-          syntax in a different light: the expression [1,2,3] is not using a
+          syntax in a different light: the expression `[1,2,3]` is not using a
           built-in syntax for comma-separated arrays, but is instead applying
           the `[]` operator (collect results) to the expression 1,2,3 (which
           produces three different results).
index ae66854fe18ad7f1feb4c0fcba5855686a1b766f..37f82cf3a0c3c468d4f7943b8be17617274b1869 100644 (file)
@@ -1,5 +1,6 @@
 # The key value pairs found below are available within the templates.
 
+:url: http://stedolan.github.io/jq
 
 # This line is modified by the Makefile. To change the version number,
 # edit the Autoconf version number at the top of configure.ac