Fix broken "Extend" link in site header

Spotted while navigating https://www.sphinx-doc.org/en/master/.
This commit is contained in:
Thibaud Colas 2021-02-04 22:04:17 +00:00 committed by GitHub
parent ec5b169312
commit 00e2c2e250
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -67,7 +67,7 @@
<li><a href="{{ pathto('index') }}">Home</a></li> <li><a href="{{ pathto('index') }}">Home</a></li>
<li><a href="{{ pathto('usage/installation') }}">Get it</a></li> <li><a href="{{ pathto('usage/installation') }}">Get it</a></li>
<li><a href="{{ pathto('contents') }}">Docs</a></li> <li><a href="{{ pathto('contents') }}">Docs</a></li>
<li><a href="{{ pathto('development') }}">Extend</a></li> <li><a href="{{ pathto('development/index') }}">Extend</a></li>
</ul> </ul>
<div> <div>
<a href="{{ pathto('index') }}"> <a href="{{ pathto('index') }}">