HOTFIX: changed quickstart donwload from 0.10.0.0 to 0.10.0.1

Author: Matthias J. Sax <matthias@confluent.io>

Reviewers: Ismael Juma <ismael@juma.me.uk>

Closes #1869 from mjsax/hotfix-doc
This commit is contained in:
Matthias J. Sax 2016-09-17 22:45:29 +01:00 committed by Ismael Juma
parent 932e4d7ba7
commit b8683026ea
1 changed files with 3 additions and 3 deletions

View File

@ -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> <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.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. <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.10.0.1/kafka_2.11-0.10.0.1.tgz" title="Kafka downloads">Download</a> the 0.10.0.1 release and un-tar it.
<pre> <pre>
&gt; <b>tar -xzf kafka_2.11-0.10.0.0.tgz</b> &gt; <b>tar -xzf kafka_2.11-0.10.0.1.tgz</b>
&gt; <b>cd kafka_2.11-0.10.0.0</b> &gt; <b>cd kafka_2.11-0.10.0.1</b>
</pre> </pre>
<h4><a id="quickstart_startserver" href="#quickstart_startserver">Step 2: Start the server</a></h4> <h4><a id="quickstart_startserver" href="#quickstart_startserver">Step 2: Start the server</a></h4>