summaryrefslogtreecommitdiffstats
path: root/docs/templates
diff options
context:
space:
mode:
authorStephen Dolan <mu@netsoc.tcd.ie>2013-05-06 15:03:14 +0100
committerStephen Dolan <mu@netsoc.tcd.ie>2013-05-06 15:03:14 +0100
commit74eb914aba5ff4abfed2574f4555c6a358ae6dbd (patch)
tree5dac5f9b48aac279fba6402ad150b952a571d530 /docs/templates
parent5be97463ecd4f93fdfbaec457d9100beeb9dc603 (diff)
Add trailing slashes to various internal doc links.
Fixes #110
Diffstat (limited to 'docs/templates')
-rw-r--r--docs/templates/index.liquid2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/templates/index.liquid b/docs/templates/index.liquid
index 7785526c..4165c766 100644
--- a/docs/templates/index.liquid
+++ b/docs/templates/index.liquid
@@ -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>