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>|&nbsp;</li>
         <li><a href="{{ pathto('search') }}">search</a>|&nbsp;</li>
-        <li><a 
href="http://matplotlib.sf.net/examples/index.html";>examples</a>|&nbsp;</li>
+        <li><a href="{{ pathto('examples/index') }}">examples</a>|&nbsp;</li>
         <li><a href="{{ pathto('gallery') }}">gallery</a>|&nbsp;</li>
         <li><a href="{{ pathto('contents') }}">docs</a> &raquo;</li>
 {% endblock %}


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
ThinkGeek and WIRED's GeekDad team up for the Ultimate 
GeekDad Father's Day Giveaway. ONE MASSIVE PRIZE to the 
lucky parental unit.  See the prize list and enter to win: 
http://p.sf.net/sfu/thinkgeek-promo
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to