Author: niallp Date: Mon Mar 15 17:32:33 2010 New Revision: 923357 URL: http://svn.apache.org/viewvc?rev=923357&view=rev Log: Update to point to the new download pages
Modified: commons/proper/configuration/branches/configuration2_experimental/src/site/site.xml commons/proper/configuration/branches/configuration2_experimental/xdocs/index.xml Modified: commons/proper/configuration/branches/configuration2_experimental/src/site/site.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/src/site/site.xml?rev=923357&r1=923356&r2=923357&view=diff ============================================================================== --- commons/proper/configuration/branches/configuration2_experimental/src/site/site.xml (original) +++ commons/proper/configuration/branches/configuration2_experimental/src/site/site.xml Mon Mar 15 17:32:33 2010 @@ -25,7 +25,7 @@ <body> <menu name="Configuration"> <item name="Home" href="/index.html"/> - <item name="Download" href="http://commons.apache.org/downloads/download_configuration.cgi"/> + <item name="Download" href="http://commons.apache.org/configuration/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/configuration/branches/configuration2_experimental/xdocs/index.xml URL: http://svn.apache.org/viewvc/commons/proper/configuration/branches/configuration2_experimental/xdocs/index.xml?rev=923357&r1=923356&r2=923357&view=diff ============================================================================== --- commons/proper/configuration/branches/configuration2_experimental/xdocs/index.xml (original) +++ commons/proper/configuration/branches/configuration2_experimental/xdocs/index.xml Mon Mar 15 17:32:33 2010 @@ -69,7 +69,7 @@ Integer integer = config.getInteger("num <section name="Latest Release"> <p> The latest release of Apache Commons Configuration is available from the - <a href="http://commons.apache.org/downloads/download_configuration.cgi">Apache download area</a>. + <a href="http://commons.apache.org/configuration/download_configuration.cgi">Apache download area</a>. It is also available from the <a href="http://repo1.maven.org/maven2/commons-configuration/commons-configuration/">Maven repository</a>. The <a href="changes-report.html">Changes Report</a> explains all of the changes and bug fixes that have been made.