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 655057c ISSUE #534: Download docs reference old release
655057c is described below
commit 655057cf2fff39dcb1be3d508799080a373efc78
Author: Sijie Guo <[email protected]>
AuthorDate: Thu Oct 5 00:24:48 2017 -0700
ISSUE #534: Download docs reference old release
Descriptions of the changes in this PR:
use the latest release in the download page
Author: Sijie Guo <[email protected]>
Reviewers: Jia Zhai <None>
This closes #539 from sijie/fix_documentation, closes #534
---
site/docs/4.5.0/getting-started/installation.md | 6 +++---
site/docs/latest/getting-started/installation.md | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/site/docs/4.5.0/getting-started/installation.md
b/site/docs/4.5.0/getting-started/installation.md
index ed77bce..fac16dd 100644
--- a/site/docs/4.5.0/getting-started/installation.md
+++ b/site/docs/4.5.0/getting-started/installation.md
@@ -4,7 +4,7 @@ subtitle: Download or clone BookKeeper and build it locally
next: ../run-locally
---
-{% capture download_url %}http://apache.claz.org/bookkeeper/bookkeeper-{{
site.stable_release }}/bookkeeper-{{ site.stable_release }}-src.tar.gz{%
endcapture %}
+{% capture download_url %}http://apache.claz.org/bookkeeper/bookkeeper-{{
site.latest_release }}/bookkeeper-{{ site.latest_release }}-src.tar.gz{%
endcapture %}
You can install BookKeeper either by [downloading](#download) a
[GZipped](http://www.gzip.org/) tarball package or [cloning](#clone) the
BookKeeper repository.
@@ -20,8 +20,8 @@ You can download Apache BookKeeper releases from one of many
[Apache mirrors](ht
```shell
$ curl -O {{ download_url }}
-$ tar xvf bookkeeper-{{ site.stable_release }}-src.tar.gz
-$ cd bookkeeper-{{ site.stable_release }}
+$ tar xvf bookkeeper-{{ site.latest_release }}-src.tar.gz
+$ cd bookkeeper-{{ site.latest_release }}
```
## Clone
diff --git a/site/docs/latest/getting-started/installation.md
b/site/docs/latest/getting-started/installation.md
index ed77bce..fac16dd 100644
--- a/site/docs/latest/getting-started/installation.md
+++ b/site/docs/latest/getting-started/installation.md
@@ -4,7 +4,7 @@ subtitle: Download or clone BookKeeper and build it locally
next: ../run-locally
---
-{% capture download_url %}http://apache.claz.org/bookkeeper/bookkeeper-{{
site.stable_release }}/bookkeeper-{{ site.stable_release }}-src.tar.gz{%
endcapture %}
+{% capture download_url %}http://apache.claz.org/bookkeeper/bookkeeper-{{
site.latest_release }}/bookkeeper-{{ site.latest_release }}-src.tar.gz{%
endcapture %}
You can install BookKeeper either by [downloading](#download) a
[GZipped](http://www.gzip.org/) tarball package or [cloning](#clone) the
BookKeeper repository.
@@ -20,8 +20,8 @@ You can download Apache BookKeeper releases from one of many
[Apache mirrors](ht
```shell
$ curl -O {{ download_url }}
-$ tar xvf bookkeeper-{{ site.stable_release }}-src.tar.gz
-$ cd bookkeeper-{{ site.stable_release }}
+$ tar xvf bookkeeper-{{ site.latest_release }}-src.tar.gz
+$ cd bookkeeper-{{ site.latest_release }}
```
## Clone
--
To stop receiving notification emails like this one, please contact
['"[email protected]" <[email protected]>'].