You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by jj...@apache.org on 2014/08/19 23:43:39 UTC

svn commit: r1618997 - /kafka/site/081/quickstart.html

Author: jjkoshy
Date: Tue Aug 19 21:43:39 2014
New Revision: 1618997

URL: http://svn.apache.org/r1618997
Log:
Update broken link
pre-commit-status-crumb=eb94c826-1e0a-46df-842e-72ca0b08653a

Modified:
    kafka/site/081/quickstart.html

Modified: kafka/site/081/quickstart.html
URL: http://svn.apache.org/viewvc/kafka/site/081/quickstart.html?rev=1618997&r1=1618996&r2=1618997&view=diff
==============================================================================
--- kafka/site/081/quickstart.html (original)
+++ kafka/site/081/quickstart.html Tue Aug 19 21:43:39 2014
@@ -4,7 +4,7 @@ This tutorial assumes you are starting f
 
 <h4> Step 1: Download the code </h4>
 
-<a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.1/kafka_2.9.2-0.8.1.1.tgz" title="Kafka downloads">Download</a> the 0.8.1 release and un-tar it.
+<a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/0.8.1.1/kafka_2.9.2-0.8.1.1.tgz" title="Kafka downloads">Download</a> the 0.8.1.1 release and un-tar it.
 
 <pre>
 &gt; <b>tar -xzf kafka_2.9.2-0.8.1.1.tgz</b>