summaryrefslogtreecommitdiffstats
path: root/theme/templates/website/glossary.html
diff options
context:
space:
mode:
Diffstat (limited to 'theme/templates/website/glossary.html')
-rw-r--r--theme/templates/website/glossary.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/theme/templates/website/glossary.html b/theme/templates/website/glossary.html
index 4d9683f..5841f5e 100644
--- a/theme/templates/website/glossary.html
+++ b/theme/templates/website/glossary.html
@@ -10,7 +10,7 @@
<h4>Index</h4>
<ul class="glossary-index">
{% for file in item.files %}
- <li><a href="{{ basePath }}/{{ file.path|mdLink }}"><span class="level">{{ file.level }}.</span> {{ file.title }}</a></li>
+ <li><a href="{{ basePath }}/{{ file.path|contentLink }}"><span class="level">{{ file.level }}.</span> {{ file.title }}</a></li>
{% endfor %}
</ul>
</section>