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
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 @@
 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>