Author: dashorst
Date: Wed Nov 27 14:13:12 2013
New Revision: 1546040

URL: http://svn.apache.org/r1546040
Log:
Fix download links

Modified:
    wicket/common/site/trunk/_site/start/download.html
    wicket/common/site/trunk/start/download.md

Modified: wicket/common/site/trunk/_site/start/download.html
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/_site/start/download.html?rev=1546040&r1=1546039&r2=1546040&view=diff
==============================================================================
--- wicket/common/site/trunk/_site/start/download.html (original)
+++ wicket/common/site/trunk/_site/start/download.html Wed Nov 27 14:13:12 2013
@@ -183,11 +183,11 @@
 <ul>
 <li><strong>Latest stable release</strong>: <a 
href='http://www.apache.org/dyn/closer.cgi/wicket/6.12.0'>6.12.0</a></li>
 
-<li><strong>Latest 6.x release</strong>: <a 
href='http://archive.apache.org/dist/wicket/6.12.0'>6.12.0</a></li>
+<li><strong>Latest 6.x release</strong>: <a 
href='http://www.apache.org/dyn/closer.cgi/wicket/6.12.0'>6.12.0</a></li>
 
-<li><strong>Latest 1.5.x release</strong>: <a 
href='http://archive.apache.org/dist/wicket/1.5.10'>1.5.10</a></li>
+<li><strong>Latest 1.5.x release</strong>: <a 
href='http://www.apache.org/dyn/closer.cgi/wicket/1.5.10'>1.5.10</a></li>
 
-<li><strong>Latest 1.4.x release</strong> (no longer maintained): <a 
href='http://archive.apache.org/dist/wicket/1.4.22'>1.4.22</a></li>
+<li><strong>Latest 1.4.x release</strong> (no longer maintained): <a 
href='http://www.apache.org/dyn/closer.cgi/wicket/1.4.22'>1.4.22</a></li>
 
 <li><strong>Archived releases</strong>: <a 
href='http://archive.apache.org/dist/wicket'>http://archive.apache.org/dist/wicket</a></li>
 </ul>
@@ -240,16 +240,14 @@
     <span class='nt'>&lt;artifactId&gt;</span>wicket-core<span 
class='nt'>&lt;/artifactId&gt;</span>
     <span class='nt'>&lt;version&gt;</span>6.12.0<span 
class='nt'>&lt;/version&gt;</span>
 <span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <p>For the SLF4J log4j binding:</p>
 <div class='highlight'><pre><code class='xml'><span 
class='nt'>&lt;dependency&gt;</span>
     <span class='nt'>&lt;groupId&gt;</span>org.slf4j<span 
class='nt'>&lt;/groupId&gt;</span>
     <span class='nt'>&lt;artifactId&gt;</span>slf4j-log4j12<span 
class='nt'>&lt;/artifactId&gt;</span>
     <span class='nt'>&lt;version&gt;</span>1.6.4<span 
class='nt'>&lt;/version&gt;</span>
 <span class='nt'>&lt;/dependency&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
 <h2 id='snapshots_and_latest_bleedingedge_code'>SNAPSHOTs and latest 
bleeding-edge code</h2>
 
 <p>If you wish to build the latest code from scratch, master and branches live 
in the Git repository: https://git-wip-us.apache.org/repos/asf/wicket.git</p>
@@ -283,8 +281,7 @@
         <span class='nt'>&lt;layout&gt;</span>default<span 
class='nt'>&lt;/layout&gt;</span>
     <span class='nt'>&lt;/repository&gt;</span>
 <span class='nt'>&lt;/repositories&gt;</span>
-</code></pre>
-</div>
+</code></pre></div>
                </div>
         <div id="clearer"></div>
                <div id="footer"><span>

Modified: wicket/common/site/trunk/start/download.md
URL: 
http://svn.apache.org/viewvc/wicket/common/site/trunk/start/download.md?rev=1546040&r1=1546039&r2=1546040&view=diff
==============================================================================
--- wicket/common/site/trunk/start/download.md (original)
+++ wicket/common/site/trunk/start/download.md Wed Nov 27 14:13:12 2013
@@ -10,9 +10,9 @@ Apache Wicket {{site.wicket.version}} is
 New projects should use [Wicket 
{{site.wicket.version}}](http://www.apache.org/dyn/closer.cgi/wicket/{{site.wicket.version}})
 as their base.
 
  * **Latest stable release**: 
[{{site.wicket.version}}](http://www.apache.org/dyn/closer.cgi/wicket/{{site.wicket.version}})
- * **Latest 6.x release**: 
[{{site.wicket.version_60}}](http://archive.apache.org/dist/wicket/{{site.wicket.version_60}})
- * **Latest 1.5.x release**: 
[{{site.wicket.version_15}}](http://archive.apache.org/dist/wicket/{{site.wicket.version_15}})
- * **Latest 1.4.x release** (no longer maintained): 
[{{site.wicket.version_14}}](http://archive.apache.org/dist/wicket/{{site.wicket.version_14}})
+ * **Latest 6.x release**: 
[{{site.wicket.version_60}}](http://www.apache.org/dyn/closer.cgi/wicket/{{site.wicket.version_60}})
+ * **Latest 1.5.x release**: 
[{{site.wicket.version_15}}](http://www.apache.org/dyn/closer.cgi/wicket/{{site.wicket.version_15}})
+ * **Latest 1.4.x release** (no longer maintained): 
[{{site.wicket.version_14}}](http://www.apache.org/dyn/closer.cgi/wicket/{{site.wicket.version_14}})
  * **Archived releases**: <http://archive.apache.org/dist/wicket>
 
 We recommend you [start](quickstart.html) with our latest stable release. 


Reply via email to