fix unwanted space. close #28
Project: http://git-wip-us.apache.org/repos/asf/cloudstack-www/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-www/commit/6f862ef7 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-www/tree/6f862ef7 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-www/diff/6f862ef7 Branch: refs/heads/master Commit: 6f862ef72ebe3c2bf50da74d97c597e817357f3c Parents: d771dbf Author: Pierre-Luc Dion <[email protected]> Authored: Thu Aug 11 18:32:22 2016 -0400 Committer: Pierre-Luc Dion <[email protected]> Committed: Thu Aug 11 18:32:22 2016 -0400 ---------------------------------------------------------------------- source/downloads.md.erb | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack-www/blob/6f862ef7/source/downloads.md.erb ---------------------------------------------------------------------- diff --git a/source/downloads.md.erb b/source/downloads.md.erb index f93a0fc..6f6cf9c 100644 --- a/source/downloads.md.erb +++ b/source/downloads.md.erb @@ -35,8 +35,7 @@ title: Apache CloudStack Downloads </p> <p> - <a href="http://www.apache.org/dyn/closer.lua/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-lg"> Get the <%= data.cloudstack.versions.main %> Source! </button> @@ -65,8 +64,7 @@ title: Apache CloudStack Downloads <% data.cloudstack.versions.others.each do |other_version| %> <p> - <a href="http://www.apache.org/dyn/closer.lua/cloudstack/releases/<%= other_version %> - /apache-cloudstack-<%= other_version %>-src.tar.bz2"> + <a href="http://www.apache.org/dyn/closer.lua/cloudstack/releases/<%= other_version %>/apache-cloudstack-<%= other_version %>-src.tar.bz2"> <button type="button" class="btn btn-primary btn-md"> Get the <%= other_version %> Source! </button> @@ -106,7 +104,7 @@ title: Apache CloudStack Downloads <li>CentOS/RHEL 7 RPM repository: <a href="http://cloudstack.apt-get.eu/centos/7/">http://cloudstack.apt-get.eu/centos/7/</a></li> </ul> -<p>Instructions for using these community provided repositories can be found in the <a href="http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/4.8/management-server/index.html#configure-package-repository">Configure Package Repository</a> section of the Installation Guide.</p> +<p>Instructions for using these community provided repositories can be found in the <a href="http://docs.cloudstack.apache.org/projects/cloudstack-installation/en/<%= data.cloudstack.versions.branch %>/management-server/index.html#configure-package-repository">Configure Package Repository</a> section of the Installation Guide.</p> <h4>Third-Party Distributions</h4>
