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

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


The following commit(s) were added to refs/heads/3.1 by this push:
     new d817285  Update upgrade.html and quickstart.html for 3.1.1 (#11922)
d817285 is described below

commit d8172859549120156c4112f56228b8ce77af2147
Author: Tom Bentley <tombent...@users.noreply.github.com>
AuthorDate: Tue Mar 22 15:20:32 2022 +0000

    Update upgrade.html and quickstart.html for 3.1.1 (#11922)
    
    Reviewers: Mickael Maison <mickael.mai...@gmail.com>
---
 docs/quickstart.html | 6 +++---
 docs/upgrade.html    | 2 +-
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/quickstart.html b/docs/quickstart.html
index 7f003c0..2bb6fb6 100644
--- a/docs/quickstart.html
+++ b/docs/quickstart.html
@@ -28,12 +28,12 @@
         </h4>
 
         <p>
-            <a 
href="https://www.apache.org/dyn/closer.cgi?path=/kafka/3.1.0/kafka_2.13-3.1.0.tgz";>Download</a>
+            <a 
href="https://www.apache.org/dyn/closer.cgi?path=/kafka/3.1.1/kafka_2.13-3.1.1.tgz";>Download</a>
             the latest Kafka release and extract it:
         </p>
 
-        <pre class="line-numbers"><code class="language-bash">$ tar -xzf 
kafka_2.13-3.1.0.tgz
-$ cd kafka_2.13-3.1.0</code></pre>
+        <pre class="line-numbers"><code class="language-bash">$ tar -xzf 
kafka_2.13-3.1.1.tgz
+$ cd kafka_2.13-3.1.1</code></pre>
     </div>
 
     <div class="quickstart-step">
diff --git a/docs/upgrade.html b/docs/upgrade.html
index 6734d17..be27441 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -19,7 +19,7 @@
 
 <script id="upgrade-template" type="text/x-handlebars-template">
 
-<h4><a id="upgrade_3_1_0" href="#upgrade_3_1_0">Upgrading to 3.1.0 from any 
version 0.8.x through 3.0.x</a></h4>
+<h4><a id="upgrade_3_1_1" href="#upgrade_3_1_1">Upgrading to 3.1.1 from any 
version 0.8.x through 3.0.x</a></h4>
 
 <p><b>If you are upgrading from a version prior to 2.1.x, please see the note 
below about the change to the schema used to store consumer offsets.
     Once you have changed the inter.broker.protocol.version to the latest 
version, it will not be possible to downgrade to a version prior to 2.1.</b></p>

Reply via email to