You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by gw...@apache.org on 2016/03/23 20:54:30 UTC

kafka git commit: KAFKA-3441: 0.10.0 documentation still says "0.9.0"

Repository: kafka
Updated Branches:
  refs/heads/trunk 20c313526 -> d57847641


KAFKA-3441: 0.10.0 documentation still says "0.9.0"

Author: Grant Henke <gr...@gmail.com>

Reviewers: Gwen Shapira

Closes #1122 from granthenke/docs-10


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

Branch: refs/heads/trunk
Commit: d57847641037823a7306f53251b063869f7affb6
Parents: 20c3135
Author: Grant Henke <gr...@gmail.com>
Authored: Wed Mar 23 12:54:26 2016 -0700
Committer: Gwen Shapira <cs...@gmail.com>
Committed: Wed Mar 23 12:54:26 2016 -0700

----------------------------------------------------------------------
 docs/api.html        | 8 ++++----
 docs/quickstart.html | 6 +++---
 2 files changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/kafka/blob/d5784764/docs/api.html
----------------------------------------------------------------------
diff --git a/docs/api.html b/docs/api.html
index 2541553..d303244 100644
--- a/docs/api.html
+++ b/docs/api.html
@@ -24,12 +24,12 @@ We encourage all new development to use the new Java producer. This client is pr
 	&lt;dependency&gt;
 	    &lt;groupId&gt;org.apache.kafka&lt;/groupId&gt;
 	    &lt;artifactId&gt;kafka-clients&lt;/artifactId&gt;
-	    &lt;version&gt;0.9.0.0&lt;/version&gt;
+	    &lt;version&gt;0.10.0.0&lt;/version&gt;
 	&lt;/dependency&gt;
 </pre>
 
 Examples showing how to use the producer are given in the
-<a href="http://kafka.apache.org/090/javadoc/index.html?org/apache/kafka/clients/producer/KafkaProducer.html" title="Kafka 0.9.0 Javadoc">javadocs</a>.
+<a href="http://kafka.apache.org/0100/javadoc/index.html?org/apache/kafka/clients/producer/KafkaProducer.html" title="Kafka 0.10.0 Javadoc">javadocs</a>.
 
 <p>
 For those interested in the legacy Scala producer api, information can be found <a href="http://kafka.apache.org/081/documentation.html#producerapi">
@@ -159,9 +159,9 @@ This new unified consumer API removes the distinction between the 0.8 high-level
 	&lt;dependency&gt;
 	    &lt;groupId&gt;org.apache.kafka&lt;/groupId&gt;
 	    &lt;artifactId&gt;kafka-clients&lt;/artifactId&gt;
-	    &lt;version&gt;0.9.0.0&lt;/version&gt;
+	    &lt;version&gt;0.10.0.0&lt;/version&gt;
 	&lt;/dependency&gt;
 </pre>
 
 Examples showing how to use the consumer are given in the
-<a href="http://kafka.apache.org/090/javadoc/index.html?org/apache/kafka/clients/consumer/KafkaConsumer.html" title="Kafka 0.9.0 Javadoc">javadocs</a>.
+<a href="http://kafka.apache.org/0100/javadoc/index.html?org/apache/kafka/clients/consumer/KafkaConsumer.html" title="Kafka 0.9.0 Javadoc">javadocs</a>.

http://git-wip-us.apache.org/repos/asf/kafka/blob/d5784764/docs/quickstart.html
----------------------------------------------------------------------
diff --git a/docs/quickstart.html b/docs/quickstart.html
index 1238316..1e7b62c 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><a id="quickstart_download" href="#quickstart_download">Step 1: Download the code</a></h4>
 
-<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.
+<a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.0/kafka_2.11-0.10.0.0.tgz" title="Kafka downloads">Download</a> the 0.10.0.0 release and un-tar it.
 
 <pre>
-&gt; <b>tar -xzf kafka_2.11-0.9.0.0.tgz</b>
-&gt; <b>cd kafka_2.11-0.9.0.0</b>
+&gt; <b>tar -xzf kafka_2.11-0.10.0.0.tgz</b>
+&gt; <b>cd kafka_2.11-0.10.0.0</b>
 </pre>
 
 <h4><a id="quickstart_startserver" href="#quickstart_startserver">Step 2: Start the server</a></h4>