Repository: incubator-brooklyn Updated Branches: refs/heads/master 23f7951c2 -> 81f2e376c
use closer.lua not closer.cgi for apache mirror links this is what cassandra for instance does, it means the mirror site can follow links. Project: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/commit/bcb2d52f Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/bcb2d52f Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/bcb2d52f Branch: refs/heads/master Commit: bcb2d52fc3f229647cebada32f50477467d20e67 Parents: 48d0624 Author: Alex Heneveld <[email protected]> Authored: Wed Sep 2 08:46:45 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Wed Sep 2 09:22:44 2015 +0100 ---------------------------------------------------------------------- docs/website/download/index.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/blob/bcb2d52f/docs/website/download/index.md ---------------------------------------------------------------------- diff --git a/docs/website/download/index.md b/docs/website/download/index.md index a58b07b..0b9c7d9 100644 --- a/docs/website/download/index.md +++ b/docs/website/download/index.md @@ -25,8 +25,8 @@ A pre-built package that contains Apache Brooklyn and all of its dependencies in **Choose your preferred file format to see the list of mirrors where you can download this file.** <div class="text-center"> - <a class="btn btn-default" href="https://www.apache.org/dyn/closer.cgi/incubator/brooklyn/apache-brooklyn-{{ site.brooklyn-stable-version }}/apache-brooklyn-{{ site.brooklyn-stable-version }}-bin.tar.gz" role="button">Tarball</a> - <a class="btn btn-default" href="https://www.apache.org/dyn/closer.cgi/incubator/brooklyn/apache-brooklyn-{{ site.brooklyn-stable-version }}/apache-brooklyn-{{ site.brooklyn-stable-version }}-bin.zip" role="button">Zip</a> + <a class="btn btn-default" href="https://www.apache.org/dyn/closer.lua/incubator/brooklyn/apache-brooklyn-{{ site.brooklyn-stable-version }}/apache-brooklyn-{{ site.brooklyn-stable-version }}-bin.tar.gz" role="button">Tarball</a> + <a class="btn btn-default" href="https://www.apache.org/dyn/closer.lua/incubator/brooklyn/apache-brooklyn-{{ site.brooklyn-stable-version }}/apache-brooklyn-{{ site.brooklyn-stable-version }}-bin.zip" role="button">Zip</a> <br /><small>These are not direct download links, sorry</small> </div> </div> @@ -49,8 +49,8 @@ contribute code changes to Apache Brooklyn, we recommend you get the source code **Choose your preferred file format to see the list of mirrors where you can download this file.** <div class="text-center"> - <a class="btn btn-default" href="https://www.apache.org/dyn/closer.cgi/incubator/brooklyn/apache-brooklyn-{{ site.brooklyn-stable-version }}/apache-brooklyn-{{ site.brooklyn-stable-version }}-src.tar.gz" role="button">Tarball</a> - <a class="btn btn-default" href="https://www.apache.org/dyn/closer.cgi/incubator/brooklyn/apache-brooklyn-{{ site.brooklyn-stable-version }}/apache-brooklyn-{{ site.brooklyn-stable-version }}-src.zip" role="button">Zip</a> + <a class="btn btn-default" href="https://www.apache.org/dyn/closer.lua/incubator/brooklyn/apache-brooklyn-{{ site.brooklyn-stable-version }}/apache-brooklyn-{{ site.brooklyn-stable-version }}-src.tar.gz" role="button">Tarball</a> + <a class="btn btn-default" href="https://www.apache.org/dyn/closer.lua/incubator/brooklyn/apache-brooklyn-{{ site.brooklyn-stable-version }}/apache-brooklyn-{{ site.brooklyn-stable-version }}-src.zip" role="button">Zip</a> <br /><small>These are not direct download links, sorry</small> </div> </div>
