|
From: <md...@us...> - 2010-06-21 14:34:04
|
Revision: 8450
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=8450&view=rev
Author: mdboom
Date: 2010-06-21 14:33:58 +0000 (Mon, 21 Jun 2010)
Log Message:
-----------
[3018374] Link to examples is hardcoded
Modified Paths:
--------------
trunk/matplotlib/doc/_templates/layout.html
Modified: trunk/matplotlib/doc/_templates/layout.html
===================================================================
--- trunk/matplotlib/doc/_templates/layout.html 2010-06-21 13:19:11 UTC (rev 8449)
+++ trunk/matplotlib/doc/_templates/layout.html 2010-06-21 14:33:58 UTC (rev 8450)
@@ -4,7 +4,7 @@
{% block rootrellink %}
<li><a href="{{ pathto('index') }}">home</a>| </li>
<li><a href="{{ pathto('search') }}">search</a>| </li>
- <li><a href="http://matplotlib.sf.net/examples/index.html">examples</a>| </li>
+ <li><a href="{{ pathto('examples/index') }}">examples</a>| </li>
<li><a href="{{ pathto('gallery') }}">gallery</a>| </li>
<li><a href="{{ pathto('contents') }}">docs</a> »</li>
{% endblock %}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|