This is an automated email from the ASF dual-hosted git repository.
mimaison 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 3c0840d28e2 MINOR: Fix typo in 3.2.0 upgrade notes (#14851)
3c0840d28e2 is described below
commit 3c0840d28e216cc4f0cf7acf508afa0732d8c3c5
Author: Mickael Maison <[email protected]>
AuthorDate: Tue Nov 28 11:32:46 2023 +0100
MINOR: Fix typo in 3.2.0 upgrade notes (#14851)
Reviewers: 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 cf8bf6c163d..5cd1b7cca86 100644
--- a/docs/upgrade.html
+++ b/docs/upgrade.html
@@ -434,7 +434,7 @@
<a href="https://www.slf4j.org/codes.html#no_tlm">possible
compatibility issues originating from the logging framework</a>.</li>
<li>The example connectors, <code>FileStreamSourceConnector</code> and
<code>FileStreamSinkConnector</code>, have been
removed from the default classpath. To use them in Kafka Connect
standalone or distributed mode they need to be
- explicitly added, for example
<code>CLASSPATH=./lib/connect-file-3.2.0.jar
./bin/connect-distributed.sh</code>.</li>
+ explicitly added, for example
<code>CLASSPATH=./libs/connect-file-3.2.0.jar
./bin/connect-distributed.sh</code>.</li>
</ul>
<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>