Skip to content

Commit 3220c33

Browse files
committed
[3018374] Link to examples is hardcoded
svn path=/trunk/matplotlib/; revision=8450
1 parent 0f4a30c commit 3220c33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/_templates/layout.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{% block rootrellink %}
55
<li><a href="{{ pathto('index') }}">home</a>|&nbsp;</li>
66
<li><a href="{{ pathto('search') }}">search</a>|&nbsp;</li>
7-
<li><a href="http://matplotlib.sf.net/examples/index.html">examples</a>|&nbsp;</li>
7+
<li><a href="{{ pathto('examples/index') }}">examples</a>|&nbsp;</li>
88
<li><a href="{{ pathto('gallery') }}">gallery</a>|&nbsp;</li>
99
<li><a href="{{ pathto('contents') }}">docs</a> &raquo;</li>
1010
{% endblock %}

0 commit comments

Comments
 (0)