mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-08-20 10:52:25 +00:00
Fix relative doc link
This commit is contained in:
parent
5eb7887c92
commit
192b89b93c
1 changed files with 1 additions and 1 deletions
|
|
@ -18,7 +18,7 @@ layout: default
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</div>
|
</div>
|
||||||
{% else %}
|
{% else %}
|
||||||
{% capture url %}../{{ coll.label }}{% endcapture %}
|
{% capture url %}/{{ coll.label }}{% endcapture %}
|
||||||
<div class="list-group">
|
<div class="list-group">
|
||||||
<a class="list-group-item active"
|
<a class="list-group-item active"
|
||||||
href="{% include link.html url=url %}">{{ coll.caption }}</a>
|
href="{% include link.html url=url %}">{{ coll.caption }}</a>
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue