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

showuon 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 04f23688e7 MINOR: Fix plugin path in quickstart.html (#12252)
04f23688e7 is described below

commit 04f23688e71f0076c2a44a53c3906bfb660fdaf5
Author: JK-Wang <[email protected]>
AuthorDate: Sun Jun 5 15:08:37 2022 +0800

    MINOR: Fix plugin path in quickstart.html (#12252)
    
    Reviewers: Luke Chen <[email protected]>
---
 docs/quickstart.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/quickstart.html b/docs/quickstart.html
index 79a33f8faf..0d9fca9bbe 100644
--- a/docs/quickstart.html
+++ b/docs/quickstart.html
@@ -183,7 +183,7 @@ This is my second event</code></pre>
         </p>
 
         <pre class="brush: bash;">
-&gt; echo "plugin.path=lib/connect-file-{{fullDotVersion}}.jar"</pre>
+&gt; echo "plugin.path=libs/connect-file-{{fullDotVersion}}.jar"</pre>
 
         <p>
             Then, start by creating some seed data to test with:

Reply via email to