Author: wfarner
Date: Thu Jun 25 20:04:41 2015
New Revision: 1687630

URL: http://svn.apache.org/r1687630
Log:
Fix broken links to 0.8.0 release signatures.

Modified:
    aurora/site/publish/downloads/index.html
    aurora/site/source/downloads.html.md

Modified: aurora/site/publish/downloads/index.html
URL: 
http://svn.apache.org/viewvc/aurora/site/publish/downloads/index.html?rev=1687630&r1=1687629&r2=1687630&view=diff
==============================================================================
--- aurora/site/publish/downloads/index.html (original)
+++ aurora/site/publish/downloads/index.html Thu Jun 25 20:04:41 2015
@@ -39,17 +39,19 @@
                <div class="container content">
           <h1 id="download-aurora">Download Aurora</h1>
 
-<!---
+<!--
   NOTE: current releases should use a mirrored URL (www.apache.org/dyn/...),
   previous releases should live in the archive.
---->
+  For details, see https://www.apache.org/dev/release.html#when-to-archive
+  Signature files are not propagated to mirrors, so we link directly to those.
+-->
 
 <h2 id="current-release">Current Release</h2>
 
 <p>The current released version is <em>0.8.0</em>. <a 
href="https://www.apache.org/dyn/mirrors/mirrors.cgi/aurora/0.8.0/apache-aurora-0.8.0.tar.gz";>(tar.gz)</a>
-<a 
href="https://www.apache.org/dyn/mirrors/mirrors.cgi/aurora/0.8.0/apache-aurora-0.8.0.tar.gz.md5";>(md5)</a>
-<a 
href="https://www.apache.org/dyn/mirrors/mirrors.cgi/aurora/0.8.0/apache-aurora-0.8.0.tar.gz.sha";>(sha)</a>
 
-<a 
href="https://www.apache.org/dyn/mirrors/mirrors.cgi/aurora/0.8.0/apache-aurora-0.8.0.tar.gz.asc";>(sig)</a></p>
+<a 
href="https://www.apache.org/dist/aurora/0.8.0/apache-aurora-0.8.0.tar.gz.md5";>(md5)</a>
+<a 
href="https://www.apache.org/dist/aurora/0.8.0/apache-aurora-0.8.0.tar.gz.sha";>(sha)</a>
 
+<a 
href="https://www.apache.org/dist/aurora/0.8.0/apache-aurora-0.8.0.tar.gz.asc";>(sig)</a></p>
 
 <p>To quickly get started, we reccomend using Vagrant and following the <a 
href="/documentation/latest/vagrant/">Getting Started guide</a>.</p>
 

Modified: aurora/site/source/downloads.html.md
URL: 
http://svn.apache.org/viewvc/aurora/site/source/downloads.html.md?rev=1687630&r1=1687629&r2=1687630&view=diff
==============================================================================
--- aurora/site/source/downloads.html.md (original)
+++ aurora/site/source/downloads.html.md Thu Jun 25 20:04:41 2015
@@ -1,15 +1,17 @@
 # Download Aurora
 
-<!---
+<!--
   NOTE: current releases should use a mirrored URL (www.apache.org/dyn/...),
   previous releases should live in the archive.
---->
+  For details, see https://www.apache.org/dev/release.html#when-to-archive
+  Signature files are not propagated to mirrors, so we link directly to those.
+-->
 ## Current Release
 
 The current released version is *0.8.0*. 
[(tar.gz)](https://www.apache.org/dyn/mirrors/mirrors.cgi/aurora/0.8.0/apache-aurora-0.8.0.tar.gz)
-[(md5)](https://www.apache.org/dyn/mirrors/mirrors.cgi/aurora/0.8.0/apache-aurora-0.8.0.tar.gz.md5)
-[(sha)](https://www.apache.org/dyn/mirrors/mirrors.cgi/aurora/0.8.0/apache-aurora-0.8.0.tar.gz.sha)
 
-[(sig)](https://www.apache.org/dyn/mirrors/mirrors.cgi/aurora/0.8.0/apache-aurora-0.8.0.tar.gz.asc)
+[(md5)](https://www.apache.org/dist/aurora/0.8.0/apache-aurora-0.8.0.tar.gz.md5)
+[(sha)](https://www.apache.org/dist/aurora/0.8.0/apache-aurora-0.8.0.tar.gz.sha)
 
+[(sig)](https://www.apache.org/dist/aurora/0.8.0/apache-aurora-0.8.0.tar.gz.asc)
 
 To quickly get started, we reccomend using Vagrant and following the [Getting 
Started guide](/documentation/latest/vagrant/).
 


Reply via email to