Author: sebb Date: Fri May 7 15:57:58 2010 New Revision: 942135 URL: http://svn.apache.org/viewvc?rev=942135&view=rev Log: Make URLs relative
Modified: commons/proper/net/branches/NET_2_0/src/site/site.xml Modified: commons/proper/net/branches/NET_2_0/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/proper/net/branches/NET_2_0/src/site/site.xml?rev=942135&r1=942134&r2=942135&view=diff ============================================================================== --- commons/proper/net/branches/NET_2_0/src/site/site.xml (original) +++ commons/proper/net/branches/NET_2_0/src/site/site.xml Fri May 7 15:57:58 2010 @@ -25,15 +25,15 @@ <body> <menu name="Documentation"> - <item name="Migration How-to" href="/migration.html"/> - <item name="FAQ" href="/faq.html"/> + <item name="Migration How-to" href="migration.html"/> + <item name="FAQ" href="faq.html"/> <item name="Download" href="http://commons.apache.org/net/download_net.cgi"/> <item name="Javadoc" href="api-release/index.html"/> - <item name="Release Notes" href="/changes-report.html"/> - <item name="Issue Tracking" href="/issue-tracking.html"/> + <item name="Release Notes" href="changes-report.html"/> + <item name="Issue Tracking" href="issue-tracking.html"/> </menu> <menu name="Development"> - <item name="Coding Specifications" href="/code-standards.html"/> + <item name="Coding Specifications" href="code-standards.html"/> </menu> ${reports}