[Python-checkins] r53587 - tracker/instances/python-dev/html/page.html

erik.forsberg python-checkins at python.org
Sat Jan 27 23:04:56 CET 2007


Author: erik.forsberg
Date: Sat Jan 27 23:04:56 2007
New Revision: 53587

Modified:
   tracker/instances/python-dev/html/page.html
Log:
Use absolute URL for link to www.python.org.


Modified: tracker/instances/python-dev/html/page.html
==============================================================================
--- tracker/instances/python-dev/html/page.html	(original)
+++ tracker/instances/python-dev/html/page.html	Sat Jan 27 23:04:56 2007
@@ -192,12 +192,12 @@
 </div> <!-- content-body -->
 <div id="footer">
 <div id="credits">
-<a href="about/website">Website maintained by the Python community</a><br />
+<a href="http://www.python.org/about/website">Website maintained by the Python community</a><br />
 
 <a href="http://www.upfrontsystems.co.za/" title="issue tracker hosting provided by Upfront Systems, South Africa">hosting by Upfront Systems</a> / 
   <a href="http://roundup.sf.net" title="Powered by the Roundup Issue Tracker">powered by Roundup</a>
 </div> <!-- credits -->
-Copyright © 1990-2006, <a href="psf">Python Software Foundation</a><br />
+Copyright &copy; 1990-2006, <a href="psf">Python Software Foundation</a><br />
 <a href="about/legal">Legal Statements</a>
 </div> <!-- footer -->
 </div> <!-- body-main -->


More information about the Python-checkins mailing list