Repository: kafka-site Updated Branches: refs/heads/asf-site 56d48ce6b -> 05d29abf0
minor fix to link doc to 0.9.0 Project: http://git-wip-us.apache.org/repos/asf/kafka-site/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka-site/commit/05d29abf Tree: http://git-wip-us.apache.org/repos/asf/kafka-site/tree/05d29abf Diff: http://git-wip-us.apache.org/repos/asf/kafka-site/diff/05d29abf Branch: refs/heads/asf-site Commit: 05d29abf01ff6c7099d44790b535862b63a02bf3 Parents: 56d48ce Author: Jun Rao <[email protected]> Authored: Tue Nov 24 08:59:19 2015 -0800 Committer: Jun Rao <[email protected]> Committed: Tue Nov 24 08:59:19 2015 -0800 ---------------------------------------------------------------------- documentation.html | 2 +- downloads.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka-site/blob/05d29abf/documentation.html ---------------------------------------------------------------------- diff --git a/documentation.html b/documentation.html index 39e6a88..7480e2a 100644 --- a/documentation.html +++ b/documentation.html @@ -1,2 +1,2 @@ <!-- should always link the the latest release's documentation --> -<!--#include virtual="082/documentation.html" --> \ No newline at end of file +<!--#include virtual="090/documentation.html" --> http://git-wip-us.apache.org/repos/asf/kafka-site/blob/05d29abf/downloads.html ---------------------------------------------------------------------- diff --git a/downloads.html b/downloads.html index f61a23f..3959e7b 100644 --- a/downloads.html +++ b/downloads.html @@ -1,7 +1,7 @@ <!--#include virtual="includes/header.html" --> <h1>Releases</h1> -0.8.2.2 is the latest release. The current stable version is 0.8.2.2. +0.9.0.0 is the latest release. The current stable version is 0.8.2.2. <p> You can verify your download by following these <a href="http://www.apache.org/info/verification.html">procedures</a> and using these <a href="http://kafka.apache.org/KEYS">KEYS</a>.
