You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ni...@apache.org on 2007/07/31 22:01:04 UTC

svn commit: r561469 - in /commons/proper: codec/trunk/xdocs/navigation.xml configuration/trunk/xdocs/navigation.xml discovery/trunk/xdocs/navigation.xml net/trunk/xdocs/download.xml

Author: niallp
Date: Tue Jul 31 13:01:02 2007
New Revision: 561469

URL: http://svn.apache.org/viewvc?view=rev&rev=561469
Log:
Correct download links

Modified:
    commons/proper/codec/trunk/xdocs/navigation.xml
    commons/proper/configuration/trunk/xdocs/navigation.xml
    commons/proper/discovery/trunk/xdocs/navigation.xml
    commons/proper/net/trunk/xdocs/download.xml

Modified: commons/proper/codec/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/codec/trunk/xdocs/navigation.xml?view=diff&rev=561469&r1=561468&r2=561469
==============================================================================
--- commons/proper/codec/trunk/xdocs/navigation.xml (original)
+++ commons/proper/codec/trunk/xdocs/navigation.xml Tue Jul 31 13:01:02 2007
@@ -27,7 +27,7 @@
 
     <menu name="Commons Codec">
       <item name="Overview" href="/index.html"/>
-      <item name="Download" href="http://commons.apache.org/site/downloads/download_codec.cgi"/>
+      <item name="Download" href="http://commons.apache.org/downloads/download_codec.cgi"/>
       <item name="Users guide" href="/userguide.html"/>
       <item name="Javadoc (1.3 release)" href="api-release/index.html"/>
     </menu>

Modified: commons/proper/configuration/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/configuration/trunk/xdocs/navigation.xml?view=diff&rev=561469&r1=561468&r2=561469
==============================================================================
--- commons/proper/configuration/trunk/xdocs/navigation.xml (original)
+++ commons/proper/configuration/trunk/xdocs/navigation.xml Tue Jul 31 13:01:02 2007
@@ -27,7 +27,7 @@
 
 	<menu name="Configuration">
       <item name="Home"                         href="/index.html"/>  
-      <item name="Download"                     href="http://commons.apache.org/site/downloads/download_configuration.cgi"/>  
+      <item name="Download"                     href="http://commons.apache.org/downloads/download_configuration.cgi"/>  
       <item name="Release History"              href="/changes-report.html"/>
       <item name="User's Guide"                 href="/userguide/user_guide.html"/>
       <item name="Howtos (1.2 release)"         href="/userguide-1.2/index.html"/>

Modified: commons/proper/discovery/trunk/xdocs/navigation.xml
URL: http://svn.apache.org/viewvc/commons/proper/discovery/trunk/xdocs/navigation.xml?view=diff&rev=561469&r1=561468&r2=561469
==============================================================================
--- commons/proper/discovery/trunk/xdocs/navigation.xml (original)
+++ commons/proper/discovery/trunk/xdocs/navigation.xml Tue Jul 31 13:01:02 2007
@@ -31,7 +31,7 @@
 
     <menu name="Discovery">
       <item name="Overview" href="/index.html"/>
-      <item name="Download" href="http://commons.apache.org/site/downloads/download_discovery.cgi"/>
+      <item name="Download" href="http://commons.apache.org/downloads/download_discovery.cgi"/>
       <item name="Release Notes (0.4)" href="http://www.apache.org/dist/jakarta/commons/discovery/RELEASE-NOTES.txt"/>
       <item name="Best practices" href="/best-practices.html"/>
       <item name="Guidelines" href="/adc-guidelines.html"/>

Modified: commons/proper/net/trunk/xdocs/download.xml
URL: http://svn.apache.org/viewvc/commons/proper/net/trunk/xdocs/download.xml?view=diff&rev=561469&r1=561468&r2=561469
==============================================================================
--- commons/proper/net/trunk/xdocs/download.xml (original)
+++ commons/proper/net/trunk/xdocs/download.xml Tue Jul 31 13:01:02 2007
@@ -27,7 +27,7 @@
 
 <section name="Release Builds">
 <p>
-You can download <a href="http://jakarta.apache.org/site/downloads/download_net.cgi">source or binary</a> production releases.
+You can download <a href="http://commons.apache.org/downloads/download_net.cgi">source or binary</a> production releases.
 </p>
     
 </section>