You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ju...@apache.org on 2015/11/12 16:21:49 UTC

kafka git commit: MINOR: Use Kafka artifact compiled with Scala 2.11 in quickstart.html

Repository: kafka
Updated Branches:
  refs/heads/trunk d60e2ea58 -> 2cf621884


MINOR: Use Kafka artifact compiled with Scala 2.11 in quickstart.html

Author: Ismael Juma <is...@juma.me.uk>

Reviewers: Jun Rao <ju...@gmail.com>

Closes #505 from ijuma/scala-2.11-in-quickstart


Project: http://git-wip-us.apache.org/repos/asf/kafka/repo
Commit: http://git-wip-us.apache.org/repos/asf/kafka/commit/2cf62188
Tree: http://git-wip-us.apache.org/repos/asf/kafka/tree/2cf62188
Diff: http://git-wip-us.apache.org/repos/asf/kafka/diff/2cf62188

Branch: refs/heads/trunk
Commit: 2cf6218849a3634badaf70809923a31934182794
Parents: d60e2ea
Author: Ismael Juma <is...@juma.me.uk>
Authored: Thu Nov 12 07:21:45 2015 -0800
Committer: Jun Rao <ju...@gmail.com>
Committed: Thu Nov 12 07:21:45 2015 -0800

----------------------------------------------------------------------
 docs/quickstart.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/2cf62188/docs/quickstart.html
----------------------------------------------------------------------
diff --git a/docs/quickstart.html b/docs/quickstart.html
index 3f0ad2f..268ed34 100644
--- a/docs/quickstart.html
+++ b/docs/quickstart.html
@@ -21,11 +21,11 @@ This tutorial assumes you are starting fresh and have no existing Kafka or ZooKe
 
 <h4> Step 1: Download the code </h4>
 
-<a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.9.0.0/kafka_2.10-0.9.0.0.tgz" title="Kafka downloads">Download</a> the 0.9.0.0 release and un-tar it.
+<a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.9.0.0/kafka_2.11-0.9.0.0.tgz" title="Kafka downloads">Download</a> the 0.9.0.0 release and un-tar it.
 
 <pre>
-&gt; <b>tar -xzf kafka_2.10-0.9.0.0.tgz</b>
-&gt; <b>cd kafka_2.10-0.9.0.0</b>
+&gt; <b>tar -xzf kafka_2.11-0.9.0.0.tgz</b>
+&gt; <b>cd kafka_2.11-0.9.0.0</b>
 </pre>
 
 <h4>Step 2: Start the server</h4>