You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@gump.apache.org by aj...@apache.org on 2004/10/13 00:09:29 UTC

svn commit: rev 54704 - gump/trunk/python/gump/actor/document/xdocs

Author: ajack
Date: Tue Oct 12 15:09:28 2004
New Revision: 54704

Modified:
   gump/trunk/python/gump/actor/document/xdocs/resolver.py
   gump/trunk/python/gump/actor/document/xdocs/xdoc.py
Log:
Fixed broken link.

Modified: gump/trunk/python/gump/actor/document/xdocs/resolver.py
==============================================================================
--- gump/trunk/python/gump/actor/document/xdocs/resolver.py	(original)
+++ gump/trunk/python/gump/actor/document/xdocs/resolver.py	Tue Oct 12 15:09:28 2004
@@ -74,7 +74,7 @@
     elif isinstance(object, Tracker):
         path=Path(['gump_track'])
     elif isinstance(object, StatisticsGuru):
-        path=Path(['gump.actor.stats'])
+        path=Path(['gump_stats'])
     elif isinstance(object, XRefGuru):
         path=Path(['gump_xref'])
     elif isinstance(object, Module):

Modified: gump/trunk/python/gump/actor/document/xdocs/xdoc.py
==============================================================================
--- gump/trunk/python/gump/actor/document/xdocs/xdoc.py	(original)
+++ gump/trunk/python/gump/actor/document/xdocs/xdoc.py	Tue Oct 12 15:09:28 2004
@@ -757,7 +757,7 @@
             self.context.writeLine(' <td><a href="%s/project_todos.html">Issues</a></td><td>|</td>' % self.rootpath)  
             self.context.writeLine(' <td><a href="%s/project_fixes.html">Fixes</a></td><td>|</td>' % self.rootpath)  
             self.context.writeLine(' <td><a href="%s/project_prereqs.html">Pre-reqs</a></td><td>|</td>' % self.rootpath)  
-            self.context.writeLine(' <td><a href="%s/gump.actor.stats/index.html">Stats</a></td><td>|</td>' % self.rootpath)  
+            self.context.writeLine(' <td><a href="%s/gump_stats/index.html">Stats</a></td><td>|</td>' % self.rootpath)  
             self.context.writeLine(' <td><a href="%s/gump_xref/index.html">XRef</a></td>' % self.rootpath) 
             
             self.context.writeLine(' <td colspan="3"><img align="right" src="%s/images/gump-logo.png" alt="Gump Logo"/></td>' % self.rootpath)