This is an automated email from the ASF dual-hosted git repository.
jlprat 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 8e6ea2c1d65 MINOR: fix unmatched tag in upgrade.html (#18032)
8e6ea2c1d65 is described below
commit 8e6ea2c1d658ea0502843d372b88191d26765ab7
Author: PoAn Yang <[email protected]>
AuthorDate: Wed Dec 4 18:18:47 2024 +0800
MINOR: fix unmatched tag in upgrade.html (#18032)
Signed-off-by: PoAn Yang <[email protected]>
Reviewers: Apoorv Mittal <[email protected]>, Josep Prat
<[email protected]>
---
docs/upgrade.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/upgrade.html b/docs/upgrade.html
index bfeb392b116..3c89af345d5 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -122,7 +122,7 @@
</li>
<li>The <code>--topic-white-list</code> option was
removed from the <code>kafka-replica-verification</code> command line tool.
Please use <code>--topics-include</code> instead.
- </li>li>
+ </li>
<li>The <code>--broker-list</code> option was removed
from the <code>kafka-verifiable-consumer</code> command line tool.
Please use <code>--bootstrap-server</code> instead.
</li>