You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by bb...@apache.org on 2020/11/04 14:21:29 UTC

[kafka] branch 2.7 updated: Update quickstart to point to 2.7.0 relase version

This is an automated email from the ASF dual-hosted git repository.

bbejeck pushed a commit to branch 2.7
in repository https://gitbox.apache.org/repos/asf/kafka.git


The following commit(s) were added to refs/heads/2.7 by this push:
     new e2a0a53  Update quickstart to point to 2.7.0 relase version
e2a0a53 is described below

commit e2a0a53a17ea0c22221a66f63929659144924969
Author: bill <bb...@gmail.com>
AuthorDate: Wed Nov 4 09:20:10 2020 -0500

    Update quickstart to point to 2.7.0 relase version
---
 docs/quickstart-zookeeper.html | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/docs/quickstart-zookeeper.html b/docs/quickstart-zookeeper.html
index 32478d6..58cf2c0 100644
--- a/docs/quickstart-zookeeper.html
+++ b/docs/quickstart-zookeeper.html
@@ -28,12 +28,12 @@
       </h4>
 
       <p>
-          <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.6.0/kafka_2.13-2.6.0.tgz">Download</a>
+          <a href="https://www.apache.org/dyn/closer.cgi?path=/kafka/2.7.0/kafka_2.13-2.7.0.tgz">Download</a>
           the latest Kafka release and extract it:
       </p>
 
-<pre class="line-numbers"><code class="language-bash">$ tar -xzf kafka_2.13-2.6.0.tgz
-$ cd kafka_2.13-2.6.0</code></pre>
+<pre class="line-numbers"><code class="language-bash">$ tar -xzf kafka_2.13-2.7.0.tgz
+$ cd kafka_2.13-2.7.0</code></pre>
   </div>
 
   <div class="quickstart-step">