]> granicus.if.org Git - jq/commitdiff
Add trailing slashes to various internal doc links.
authorStephen Dolan <mu@netsoc.tcd.ie>
Mon, 6 May 2013 14:03:14 +0000 (15:03 +0100)
committerStephen Dolan <mu@netsoc.tcd.ie>
Mon, 6 May 2013 14:03:14 +0000 (15:03 +0100)
Fixes #110

docs/Rakefile
docs/content/1.tutorial/default.yml
docs/content/index/index.yml
docs/templates/index.liquid

index 231f01b6167dfab859f6af2e7ca808aed3250f47..2d7b2fe8172a1450ddc5402c30775e462230790b 100644 (file)
@@ -47,7 +47,7 @@ task :serve do
         run Bonsai::DevelopmentServer
       }
       Rack::Handler.default.run(app, :Port => 5000) do
-        Launchy.open("http://localhost:5000/jq")
+        Launchy.open("http://localhost:5000/jq/")
       end
     }    
     Watch.new("{content,templates,public}/**/*") { Bonsai::Exporter.process! }
index dbae38e9b8f6914a41cb3e99ba0430ff36b5e391..cc5c81fe21e34c40c16ad86dff80991e8a6b4ac5 100644 (file)
@@ -237,5 +237,5 @@ body:
       - - -
 
       Here endeth the tutorial! There's lots more to play with, go
-      read [the manual](../manual) if you're interested, and [download
-      jq](../download) if you haven't already.
\ No newline at end of file
+      read [the manual](../manual/) if you're interested, and [download
+      jq](../download/) if you haven't already.
\ No newline at end of file
index cf713f25ab3bc0d8afcfa5cd694662053f86c71a..6b6faf35532331f78fc1a201b41fcaf1fc8b37bf 100644 (file)
@@ -23,5 +23,5 @@ body3: |
   shorter and simpler than you'd expect.
   
 tail: |
-  Go read the [tutorial](tutorial) for more, or the [manual](manual)
+  Go read the [tutorial](tutorial/) for more, or the [manual](manual/)
   for *way* more.
\ No newline at end of file
index 7785526cfa4133cb5053a60f8e0c95d2883f6191..4165c766ecfa92afde03df5202279518cba7abc8 100644 (file)
@@ -18,7 +18,7 @@
               <ul class="dropdown-menu">
                 <li><a href="{{root}}/download/linux64/jq">Linux (64-bit)</a></li>
                 <li><a href="{{root}}/download/osx64/jq">OS X (64-bit)</a></li>
-                <li><a href="{{root}}/download">Other platforms and source</a></li>
+                <li><a href="{{root}}/download/">Other platforms and source</a></li>
               </ul>
             </div>