mirror of https://github.com/apache/kafka.git
MINOR: Fix plugin path in quickstart.html (#12252)
Reviewers: Luke Chen <showuon@gmail.com>
This commit is contained in:
parent
a39d447677
commit
04f23688e7
|
@ -183,7 +183,7 @@ This is my second event</code></pre>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<pre class="brush: bash;">
|
<pre class="brush: bash;">
|
||||||
> echo "plugin.path=lib/connect-file-{{fullDotVersion}}.jar"</pre>
|
> echo "plugin.path=libs/connect-file-{{fullDotVersion}}.jar"</pre>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
Then, start by creating some seed data to test with:
|
Then, start by creating some seed data to test with:
|
||||||
|
|
Loading…
Reference in New Issue