This is an automated email from the ASF dual-hosted git repository.
sijie pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/bookkeeper.git
The following commit(s) were added to refs/heads/master by this push:
new 83aae33 [WEBSITE] Issue #1652: fix anchor links at download page
83aae33 is described below
commit 83aae3357ceaa40f2ae70c186da951b8f52f57db
Author: Sijie Guo <[email protected]>
AuthorDate: Thu Sep 6 11:16:09 2018 -0700
[WEBSITE] Issue #1652: fix anchor links at download page
Descriptions of the changes in this PR:
As reported in #1652, the anchor links at download page are broken.
Author: Sijie Guo <[email protected]>
Reviewers: Ivan Kelly <[email protected]>, Enrico Olivelli
<[email protected]>
This closes #1656 from sijie/fix_download_links_2, closes #1652
---
site/releases.md | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/site/releases.md b/site/releases.md
index fed90ea..e9238de 100644
--- a/site/releases.md
+++ b/site/releases.md
@@ -14,13 +14,14 @@ layout: community
{% capture stable_source_url %}{{ archive_url }}/bookkeeper-{{
site.stable_release }}/bookkeeper-{{ site.stable_release }}-src.tar.gz{%
endcapture %}
{% capture stable_bin_url %}{{ archive_url }}/bookkeeper-{{
site.stable_release }}/bookkeeper-server-{{ site.stable_release }}-bin.tar.gz{%
endcapture %}
-Version **{{ site.latest_release }}** is the [latest
release](#latest-releases-version-{{ site.latest_release | remove: "." }}) of
BookKeeper. The current [stable version](#latest-stable-releases-version-{{
site.stable_release | remove: "." }}) is **{{ site.stable_release }}**.
+Version **{{ site.latest_release }}** is the [latest release](#latest-release)
of BookKeeper. The current [stable version](#latest-stable-release) is **{{
site.stable_release }}**.
> You can verify your download by following these
> [procedures](http://www.apache.org/info/verification.html) and using these
> [KEYS](https://www.apache.org/dist/bookkeeper/KEYS).
If you want to download older, archived releases, they are available in the
[Apache archive](http://archive.apache.org/dist/bookkeeper/).
## Latest release (version {{ site.latest_release }})
+<a name="latest-release"></a>
Release | Link | Crypto files
:-------|:-----|:------------
@@ -28,6 +29,7 @@ Source | [bookkeeper-{{ site.latest_release }}-src.tar.gz]({{
latest_source_url
Binary | [bookkeeper-server-{{ site.latest_release }}-bin.tar.gz]({{
latest_bin_url }}) | [asc]({{ latest_bin_dist_url }}.asc), [sha512]({{
latest_bin_dist_url }}.sha512)
## Latest stable release (version {{ site.stable_release }})
+<a name="latest-stable-release"></a>
Release | Link | Crypto files
:-------|:-----|:------------