This is an automated email from the ASF dual-hosted git repository.
gabriel pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/cloudstack-www.git
The following commit(s) were added to refs/heads/asf-site by this push:
new e2ad5be Fix 4.12.0.0 download link pointing to
http://www.apache.org/dyn/closer.lua/cloudstack/releases/4.12.0.0/apache-cloudstack-4.12.0.0-src.tar.bz2
e2ad5be is described below
commit e2ad5be188c8ce1223119e2b4ed02352dd661041
Author: GabrielBrascher <[email protected]>
AuthorDate: Wed Apr 3 14:05:07 2019 -0300
Fix 4.12.0.0 download link pointing to
http://www.apache.org/dyn/closer.lua/cloudstack/releases/4.12.0.0/apache-cloudstack-4.12.0.0-src.tar.bz2
---
content/downloads.html | 4 +++-
source/downloads.html.erb | 2 +-
2 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/content/downloads.html b/content/downloads.html
index 0c53647..a649292 100644
--- a/content/downloads.html
+++ b/content/downloads.html
@@ -287,7 +287,7 @@
<p>This is non-LTS release of CloudStack.</p>
<p>
- <a
href="https://dist.apache.org/repos/dist/release/cloudstack/releases/4.12.0.0/apache-cloudstack-4.12.0.0-src.tar.bz2">
+ <a
href="http://www.apache.org/dyn/closer.lua/cloudstack/releases/4.12.0.0/apache-cloudstack-4.12.0.0-src.tar.bz2">
<button type="button" class="btn btn-primary btn-md">
Get the 4.12.0.0 Source
</button>
@@ -466,6 +466,8 @@ Additionally, you can verify the MD5 or SHA512 signatures
on the files.
You can find links to all the releases of Apache CloudStack on the <a
href="archives.html">archives page</a>.
</div></div></div>
+
+
<footer>
<p>Copyright © 2017 The Apache Software Foundation, Licensed
under the Apache License, Version 2.0. <br/>
"Apache", "CloudStack", "Apache CloudStack", the Apache
CloudStack logo, the Apache CloudStack Cloud Monkey logo and the Apache feather
logos are registered trademarks or trademarks of The Apache Software
Foundation.</p>
diff --git a/source/downloads.html.erb b/source/downloads.html.erb
index 9901d03..e7e6ed2 100644
--- a/source/downloads.html.erb
+++ b/source/downloads.html.erb
@@ -161,7 +161,7 @@
<% end %>
<p>
- <a
href="https://dist.apache.org/repos/dist/release/cloudstack/releases/<%=
data.cloudstack.versions.main %>/apache-cloudstack-<%=
data.cloudstack.versions.main %>-src.tar.bz2">
+ <a href="http://www.apache.org/dyn/closer.lua/cloudstack/releases/<%=
data.cloudstack.versions.main %>/apache-cloudstack-<%=
data.cloudstack.versions.main %>-src.tar.bz2">
<button type="button" class="btn btn-primary btn-md">
Get the <%= data.cloudstack.versions.main %> Source
</button>