Merge pull request #11457 from ethereum/docs-genindex-url-fix

docs: Fix for broken genindex.html URLs
This commit is contained in:
chriseth
2021-05-31 14:29:56 +02:00
committed by GitHub
+1 -1
View File
@@ -2,5 +2,5 @@
{% block menu %}
{{ super() }}
<a href="genindex.html">Keyword Index</a>
<a href="{{ pathto('genindex') }}">Keyword Index</a>
{% endblock %}