Author: jdreimann
Date: Tue Sep 18 11:01:55 2012
New Revision: 1387089
URL: http://svn.apache.org/viewvc?rev=1387089&view=rev
Log:
Fix for .md5 and .asc links, which pointed to a local file rather than the
correct location.
Modified:
incubator/bloodhound/site/index.html
Modified: incubator/bloodhound/site/index.html
URL:
http://svn.apache.org/viewvc/incubator/bloodhound/site/index.html?rev=1387089&r1=1387088&r2=1387089&view=diff
==============================================================================
--- incubator/bloodhound/site/index.html (original)
+++ incubator/bloodhound/site/index.html Tue Sep 18 11:01:55 2012
@@ -29,7 +29,10 @@
<li><h2>User-friendly design</h2>
Bloodhound provides a consistent experience
throughout. It will be obvious even to beginners how to carry out common tasks.
A dashboard will provide an overview of work assigned to you, or watched by
you.</li>
</ul>
- <p><a class="btn btn-success"
href="http://www.apache.org/dyn/closer.cgi/incubator/bloodhound/apache-bloodhound-incubating-0.1.0-RC1.tar.gz">Download
now</a> <a
href="apache-bloodhound-incubating-0.1.0-RC1.tar.gz.asc">[PGP]</a> <a
href="apache-bloodhound-incubating-0.1.0-RC1.tar.gz.md5">[MD5]</a></p>
+ <p>
+ <a class="btn btn-success"
href="http://www.apache.org/dyn/closer.cgi/incubator/bloodhound/apache-bloodhound-incubating-0.1.0-RC1.tar.gz">Download
now</a>
+ <a
href="http://www.apache.org/dist/incubator/bloodhound/apache-bloodhound-incubating-0.1.0-RC1.tar.gz.asc">[PGP]</a>
+ <a
href="http://www.apache.org/dist/incubator/bloodhound/apache-bloodhound-incubating-0.1.0-RC1.tar.gz.md5">[MD5]</a></p>
<p><a class="btn btn-primary"
href="https://issues.apache.org/bloodhound/">Wiki + Issue tracker</a>
<a
href="http://incubator.apache.org/projects/bloodhound.html">Incubation
status</a></p>
</div>