Fix relative doc link

This commit is contained in:
Adam Schmideg 2019-02-21 15:07:46 +01:00
parent 5eb7887c92
commit 192b89b93c

View file

@ -18,7 +18,7 @@ layout: default
{% endfor %}
</div>
{% else %}
{% capture url %}../{{ coll.label }}{% endcapture %}
{% capture url %}/{{ coll.label }}{% endcapture %}
<div class="list-group">
<a class="list-group-item active"
href="{% include link.html url=url %}">{{ coll.caption }}</a>