Repository: kafka Updated Branches: refs/heads/trunk b6c29e381 -> 69df73447
MINOR: fix documentation version This will need to be double-committed. Author: Gwen Shapira <[email protected]> Reviewers: Ismael Juma <[email protected]>, Ewen Cheslack-Postava <[email protected]> Closes #1107 from gwenshap/fix-doc-version Project: http://git-wip-us.apache.org/repos/asf/kafka/repo Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/69df7344 Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/69df7344 Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/69df7344 Branch: refs/heads/trunk Commit: 69df734470f1db9ba1732cb4bedaa1541d721103 Parents: b6c29e3 Author: Gwen Shapira <[email protected]> Authored: Mon Mar 21 13:15:53 2016 -0700 Committer: Ewen Cheslack-Postava <[email protected]> Committed: Mon Mar 21 13:15:53 2016 -0700 ---------------------------------------------------------------------- docs/documentation.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/kafka/blob/69df7344/docs/documentation.html ---------------------------------------------------------------------- diff --git a/docs/documentation.html b/docs/documentation.html index 4ce7599..67a2954 100644 --- a/docs/documentation.html +++ b/docs/documentation.html @@ -17,8 +17,8 @@ <!--#include virtual="../includes/header.html" --> -<h1>Kafka 0.9.0 Documentation</h1> -Prior releases: <a href="/07/documentation.html">0.7.x</a>, <a href="/08/documentation.html">0.8.0</a>, <a href="/081/documentation.html">0.8.1.X</a>, <a href="/082/documentation.html">0.8.2.X</a>. +<h1>Kafka 0.10.0 Documentation</h1> +Prior releases: <a href="/07/documentation.html">0.7.x</a>, <a href="/08/documentation.html">0.8.0</a>, <a href="/081/documentation.html">0.8.1.X</a>, <a href="/082/documentation.html">0.8.2.X</a>, <a href="/090/documentation.html">0.9.0.X</a>. </ul> <ul class="toc">
