chia7712 commented on code in PR #615: URL: https://github.com/apache/kafka-site/pull/615#discussion_r1690139779
########## 38/quickstart.html: ########## @@ -237,7 +237,7 @@ <h4 class="anchor-heading"> Edit the <code class="language-bash">config/connect-standalone.properties</code> file, add or change the <code>plugin.path</code> configuration property match the following, and save the file: </p> - <pre class="line-numbers"><code class="language-bash">$ echo "plugin.path=libs/connect-file-{{fullDotVersion}}.jar >> config/connect-standalone.properties"</code></pre> + <pre class="line-numbers"><code class="language-bash">$ echo "plugin.path=libs/connect-file-{{fullDotVersion}}.jar" >> "config/connect-standalone.properties"</code></pre> Review Comment: `"config/connect-standalone.properties"` -> `config/connect-standalone.properties` just for consistency to https://github.com/apache/kafka/pull/16200 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: dev-unsubscr...@kafka.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org