Skip to content

Commit a25a5ca

Browse files
committed
Fix links for docs
1 parent 8da8070 commit a25a5ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

layouts/documentation.html.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
{% set tags = site.data.github.libimobiledevice[component].tags | sort((a,b) => (b|split('.')|map(v => '%05d'|format(v))|join) <=> (a|split('.')|map(v => '%05d'|format(v))|join)) %}
2424
{% for tag in tags %}
2525
<div class="entry-content">
26-
<a href="{{ component }}/{{ tag }}/">{{ component }} {{ tag }}</a>
26+
<a href="{{ tag }}/">{{ component }} {{ tag }}</a>
2727
</div>
2828
{% endfor %}
2929
</article>

0 commit comments

Comments
 (0)