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/d3997419 Tree: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/tree/d3997419 Diff: http://git-wip-us.apache.org/repos/asf/incubator-brooklyn/diff/d3997419 Branch: refs/heads/0.8.0-incubating Commit: d399741900a9a2ae2711a79cc1dc8c29e6346ef5 Parents: 315481e Author: Alex Heneveld <[email protected]> Authored: Wed Sep 2 08:46:45 2015 +0100 Committer: Alex Heneveld <[email protected]> Committed: Wed Sep 2 13:36:27 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/d3997419/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>
