[Swift-commit] r3791 - www/inc
noreply at svn.ci.uchicago.edu
noreply at svn.ci.uchicago.edu
Mon Dec 13 16:22:39 CST 2010
Author: wozniak
Date: 2010-12-13 16:22:39 -0600 (Mon, 13 Dec 2010)
New Revision: 3791
Modified:
www/inc/footer.php
Log:
Use host-relative links in footer
Modified: www/inc/footer.php
===================================================================
--- www/inc/footer.php 2010-12-13 22:15:46 UTC (rev 3790)
+++ www/inc/footer.php 2010-12-13 22:22:39 UTC (rev 3791)
@@ -1,7 +1,7 @@
-<a href="http://www.ci.uchicago.edu/swift/index.php">HOME</a>
- : <a href="http://www.ci.uchicago.edu/swift/downloads.php">DOWNLOADS</a>
- : <a href="http://www.ci.uchicago.edu/swift/support/index.php">SUPPORT</a>
- : <a href="http://www.ci.uchicago.edu/swift/docs/index.php">DOCUMENTATION</a>
- : <a href="http://www.ci.uchicago.edu/swift/papers/index.php">PAPERS</a>
-<!-- : <a href="http://www.ci.uchicago.edu/swift/links/index.php">LINKS</a> -->
+<a href="/index.php">HOME</a>
+ : <a href="/downloads/index.php">DOWNLOADS</a>
+ : <a href="/support/index.php">SUPPORT</a>
+ : <a href="/docs/index.php">DOCUMENTATION</a>
+ : <a href="/papers/index.php">PAPERS</a>
+<!-- : <a href="links/index.php">LINKS</a> -->
<!-- : <a href="http://www.ci.uchicago.edu/test/swift/apps/index.php">APPLICATIONS</a> -->
More information about the Swift-commit
mailing list