We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0f4a30c commit 3220c33Copy full SHA for 3220c33
doc/_templates/layout.html
@@ -4,7 +4,7 @@
4
{% block rootrellink %}
5
<li><a href="{{ pathto('index') }}">home</a>| </li>
6
<li><a href="{{ pathto('search') }}">search</a>| </li>
7
- <li><a href="http://matplotlib.sf.net/examples/index.html">examples</a>| </li>
+ <li><a href="{{ pathto('examples/index') }}">examples</a>| </li>
8
<li><a href="{{ pathto('gallery') }}">gallery</a>| </li>
9
<li><a href="{{ pathto('contents') }}">docs</a> »</li>
10
{% endblock %}
0 commit comments