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

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


The following commit(s) were added to refs/heads/trunk by this push:
     new 489a6e1  MINOR: Fix line break issue in upgrade notes (#6320)
489a6e1 is described below

commit 489a6e1674df4ec4943c2751652446aaad6037eb
Author: Viktor Somogyi <[email protected]>
AuthorDate: Tue Feb 26 03:20:02 2019 +0100

    MINOR: Fix line break issue in upgrade notes (#6320)
    
    Reviewers: Matthias J. Sax <[email protected]>
---
 docs/upgrade.html | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/upgrade.html b/docs/upgrade.html
index 4d5d2a9..2ba7fd3 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -27,8 +27,7 @@
         have to explicitly provide it as part of their consumer config. For 
more information see
         <a 
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-289%3A+Improve+the+default+group+id+behavior+in+KafkaConsumer";>KIP-289</a>.</li>
     <li>The <code>bin/kafka-topics.sh</code> command line tool is now able to 
connect directly to brokers with <code>--bootstrap-server</code> instead of 
zookeeper. The old <code>--zookeeper</code>
-        option is still available for now. Please read <a 
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-377%3A+TopicCommand+to+use+AdminClient";>KIP-377</a>.</li>
-        for more information.
+        option is still available for now. Please read <a 
href="https://cwiki.apache.org/confluence/display/KAFKA/KIP-377%3A+TopicCommand+to+use+AdminClient";>KIP-377</a>
 for more information.</li>
 </ul>
 
 <h4><a id="upgrade_2_1_0" href="#upgrade_2_1_0">Upgrading from 0.8.x, 0.9.x, 
0.10.0.x, 0.10.1.x, 0.10.2.x, 0.11.0.x, 1.0.x, 1.1.x, or 2.0.0 to 2.1.0</a></h4>

Reply via email to