sijie closed pull request #1650: [website] fix download link to allow user
choosing mirror site
URL: https://github.com/apache/bookkeeper/pull/1650
This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:
As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):
diff --git a/site/releases.md b/site/releases.md
index 7d68af921f..fed90ea3a9 100644
--- a/site/releases.md
+++ b/site/releases.md
@@ -3,7 +3,7 @@ title: Apache BookKeeper™ Releases
layout: community
---
-{% capture mirror_url
%}https://www.apache.org/dyn/mirrors/mirrors.cgi?action=download&filename=bookkeeper{%
endcapture %}
+{% capture mirror_url %}https://www.apache.org/dyn/closer.lua/bookkeeper{%
endcapture %}
{% capture latest_source_url %}{{ mirror_url }}/bookkeeper-{{
site.latest_release }}/bookkeeper-{{ site.latest_release }}-src.tar.gz{%
endcapture %}
{% capture latest_bin_url %}{{ mirror_url }}/bookkeeper-{{ site.latest_release
}}/bookkeeper-server-{{ site.latest_release }}-bin.tar.gz{% endcapture %}
{% capture dist_url %}https://www.apache.org/dist/bookkeeper{% endcapture %}
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services