Author: paulmerlin
Date: Wed Jun 17 13:09:47 2015
New Revision: 1686006

URL: http://svn.apache.org/r1686006
Log:
zest: fix broken download link on home page

Modified:
    zest/site/content/atom.xml
    zest/site/content/index.html
    zest/site/src/index.html

Modified: zest/site/content/atom.xml
URL: 
http://svn.apache.org/viewvc/zest/site/content/atom.xml?rev=1686006&r1=1686005&r2=1686006&view=diff
==============================================================================
--- zest/site/content/atom.xml (original)
+++ zest/site/content/atom.xml Wed Jun 17 13:09:47 2015
@@ -4,7 +4,7 @@
  <title></title>
  <link href="http://zest.apache.org/atom.xml"; rel="self"/>
  <link href="http://zest.apache.org"/>
- <updated>2015-06-17T11:41:37+02:00</updated>
+ <updated>2015-06-17T15:09:02+02:00</updated>
  <id>http://zest.apache.org</id>
  <author>
    <name></name>

Modified: zest/site/content/index.html
URL: 
http://svn.apache.org/viewvc/zest/site/content/index.html?rev=1686006&r1=1686005&r2=1686006&view=diff
==============================================================================
--- zest/site/content/index.html (original)
+++ zest/site/content/index.html Wed Jun 17 13:09:47 2015
@@ -132,7 +132,7 @@
             </div><!--/span-->
             <div class="span6">
                 <h3><i class="icon-download"></i> Download</h3>
-                <p><a href="downloads.html">Download</a> the Apache Zest Qi4j 
SDK binaries and sources, learn how to <a 
href="qi4j/latest/howto-depend-on-qi4j.html">depend on Apache Zest Qi4j in your 
build</a> or simply get the <a href="community/codebase.html">source</a>.</p>
+                <p><a href="download.html">Download</a> the Apache Zest Qi4j 
SDK binaries and sources, learn how to <a 
href="qi4j/latest/howto-depend-on-qi4j.html">depend on Apache Zest Qi4j in your 
build</a> or simply get the <a href="community/codebase.html">source</a>.</p>
             </div><!--/span-->
         </div><!--/row-->
         <div class="row-fluid">

Modified: zest/site/src/index.html
URL: 
http://svn.apache.org/viewvc/zest/site/src/index.html?rev=1686006&r1=1686005&r2=1686006&view=diff
==============================================================================
--- zest/site/src/index.html (original)
+++ zest/site/src/index.html Wed Jun 17 13:09:47 2015
@@ -37,7 +37,7 @@ title: Apache Zest
             </div><!--/span-->
             <div class="span6">
                 <h3><i class="icon-download"></i> Download</h3>
-                <p><a href="downloads.html">Download</a> the Apache Zest Qi4j 
SDK binaries and sources, learn how to <a 
href="qi4j/latest/howto-depend-on-qi4j.html">depend on Apache Zest Qi4j in your 
build</a> or simply get the <a href="community/codebase.html">source</a>.</p>
+                <p><a href="download.html">Download</a> the Apache Zest Qi4j 
SDK binaries and sources, learn how to <a 
href="qi4j/latest/howto-depend-on-qi4j.html">depend on Apache Zest Qi4j in your 
build</a> or simply get the <a href="community/codebase.html">source</a>.</p>
             </div><!--/span-->
         </div><!--/row-->
         <div class="row-fluid">


Reply via email to