You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2013/06/04 19:37:47 UTC

svn commit: r1489531 - /commons/proper/net/trunk/src/site/site.xml

Author: sebb
Date: Tue Jun  4 17:37:31 2013
New Revision: 1489531

URL: http://svn.apache.org/r1489531
Log:
Easier to read when the hrefs are aligned

Modified:
    commons/proper/net/trunk/src/site/site.xml

Modified: commons/proper/net/trunk/src/site/site.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/src/site/site.xml?rev=1489531&r1=1489530&r2=1489531&view=diff
==============================================================================
--- commons/proper/net/trunk/src/site/site.xml (original)
+++ commons/proper/net/trunk/src/site/site.xml Tue Jun  4 17:37:31 2013
@@ -26,19 +26,19 @@
 
   <body>
     <menu name="Documentation">
-      <item name="Overview"              href="index.html"/>
-      <item name="Migration How-to"      href="migration.html"/>
-      <item name="FAQ"                   href="faq.html"/>
-      <item name="Download"              href="/download_net.cgi"/>
-      <item name="Javadoc 3.3 (Java 1.5)"         href="/javadocs/api-3.3/index.html"/>
-      <item name="Javadoc 1.4.1 (Java 1.3)"       href="/javadocs/api-1.4.1/index.html"/>
-      <item name="Release Notes"         href="changes-report.html"/>
+      <item name="Overview"                    href="index.html"/>
+      <item name="Migration How-to"            href="migration.html"/>
+      <item name="FAQ"                         href="faq.html"/>
+      <item name="Download"                    href="/download_net.cgi"/>
+      <item name="Javadoc 3.3 (Java 1.5)"      href="/javadocs/api-3.3/index.html"/>
+      <item name="Javadoc 1.4.1 (Java 1.3)"    href="/javadocs/api-1.4.1/index.html"/>
+      <item name="Release Notes"               href="changes-report.html"/>
     </menu>
     <menu name="Development">
-      <item name="Coding Specifications" href="code-standards.html"/>
-      <item name="Mailing lists"        href="mail-lists.html"/>
-      <item name="Issue Tracking"       href="issue-tracking.html"/>
-      <item name="SVN repository"       href="source-repository.html"/>
+      <item name="Coding Specifications"       href="code-standards.html"/>
+      <item name="Mailing lists"               href="mail-lists.html"/>
+      <item name="Issue Tracking"              href="issue-tracking.html"/>
+      <item name="SVN repository"              href="source-repository.html"/>
     </menu>
 
   </body>