Author: brock
Date: Mon Dec  3 17:10:10 2012
New Revision: 1416593

URL: http://svn.apache.org/viewvc?rev=1416593&view=rev
Log:
Fix link on downloads page

Modified:
    flume/site/trunk/content/sphinx/download.rst

Modified: flume/site/trunk/content/sphinx/download.rst
URL: 
http://svn.apache.org/viewvc/flume/site/trunk/content/sphinx/download.rst?rev=1416593&r1=1416592&r2=1416593&view=diff
==============================================================================
--- flume/site/trunk/content/sphinx/download.rst (original)
+++ flume/site/trunk/content/sphinx/download.rst Mon Dec  3 17:10:10 2012
@@ -13,7 +13,7 @@ originals on the main distribution serve
    :widths: 25, 25, 25, 25
 
    "Apache Flume binary (tar.gz)",  `apache-flume-1.3.0-bin.tar.gz 
<http://www.apache.org/dyn/closer.cgi/flume/1.3.0/apache-flume-1.3.0-bin.tar.gz>`_,
 `apache-flume-1.3.0-bin.tar.gz.md5 
<http://www.us.apache.org/dist/flume/1.3.0/apache-flume-1.3.0-bin.tar.gz.md5>`_,
 `apache-flume-1.3.0-bin.tar.gz.asc 
<http://www.us.apache.org/dist/flume/1.3.0/apache-flume-1.3.0-bin.tar.gz.asc>`_
-   "Apache Flume source (tar.gz)",  `apache-flume-1.3.0.tar.gz 
<http://www.apache.org/dyn/closer.cgi/flume/1.3.0/apache-flume-1.3.0.tar.gz>`_, 
`apache-flume-1.3.0.tar.gz.md5 
<http://www.us.apache.org/dist/flume/1.3.0/apache-flume-1.3.0.tar.gz.md5>`_, 
`apache-flume-1.3.0.tar.gz.asc 
<http://www.us.apache.org/dist/flume/1.3.0/apache-flume-1.3.0.tar.gz.asc>`_
+   "Apache Flume source (tar.gz)",  `apache-flume-1.3.0-src.tar.gz 
<http://www.apache.org/dyn/closer.cgi/flume/1.3.0/apache-flume-1.3.0-src.tar.gz>`_,
 `apache-flume-1.3.0-src.tar.gz.md5 
<http://www.us.apache.org/dist/flume/1.3.0/apache-flume-1.3.0-src.tar.gz.md5>`_,
 `apache-flume-1.3.0-src.tar.gz.asc 
<http://www.us.apache.org/dist/flume/1.3.0/apache-flume-1.3.0-src.tar.gz.asc>`_
 
 It is essential that you verify the integrity of the downloaded files using 
the PGP or MD5 signatures. Please read
 `Verifying Apache HTTP Server Releases 
<http://httpd.apache.org/dev/verification.html>`_ for more information on
@@ -25,7 +25,7 @@ as well as the asc signature file for th
 Then verify the signatures using::
 
     % gpg --import KEYS
-    % gpg --verify apache-flume-1.3.0.tar.gz.asc
+    % gpg --verify apache-flume-1.3.0-src.tar.gz.asc
 
 Apache Flume 1.3.0 is signed by Brock Noland 8E991CC5
 


Reply via email to