MINOR: Fix invalid link to plugin.path property docs in quickstart (#12523)

Reviewers: Chris Egerton <fearthecellos@gmail.com>
This commit is contained in:
Janik Dotzel 2022-08-17 19:25:35 +02:00 committed by GitHub
parent d8e93c368d
commit ae3f48b699
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -175,7 +175,7 @@ This is my second event</code></pre>
<p>
First, make sure to add <code class="language-bash">connect-file-{{fullDotVersion}}.jar</code> to the <code>plugin.path</code> property in the Connect worker's configuration.
For the purpose of this quickstart we'll use a relative path and consider the connectors' package as an uber jar, which works when the quickstart commands are run from the installation directory.
However, it's worth noting that for production deployments using absolute paths is always preferable. See <a href="#connectconfigs_plugin.path">plugin.path</a> for a detailed description of how to set this config.
However, it's worth noting that for production deployments using absolute paths is always preferable. See <a href="/documentation/#connectconfigs_plugin.path">plugin.path</a> for a detailed description of how to set this config.
</p>
<p>