1
0
mirror of https://github.com/stedolan/jq.git synced 2024-05-11 05:55:39 +00:00

Add trailing slashes to various internal doc links.

Fixes #110
This commit is contained in:
Stephen Dolan
2013-05-06 15:03:14 +01:00
parent 5be97463ec
commit 74eb914aba
4 changed files with 5 additions and 5 deletions

View 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! }

View 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.
read [the manual](../manual/) if you're interested, and [download
jq](../download/) if you haven't already.

View 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.

View 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>