You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@kafka.apache.org by ce...@apache.org on 2022/08/17 17:25:51 UTC

[kafka] branch trunk updated: MINOR: Fix invalid link to plugin.path property docs in quickstart (#12523)

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

cegerton 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 ae3f48b699 MINOR: Fix invalid link to plugin.path property docs in quickstart (#12523)
ae3f48b699 is described below

commit ae3f48b699f8e101dc9bf53aaa8e341c581f37af
Author: Janik Dotzel <ja...@gmail.com>
AuthorDate: Wed Aug 17 19:25:35 2022 +0200

    MINOR: Fix invalid link to plugin.path property docs in quickstart (#12523)
    
    Reviewers: Chris Egerton <fe...@gmail.com>
---
 docs/quickstart.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/quickstart.html b/docs/quickstart.html
index 3a75211d0b..7867cb0b10 100644
--- a/docs/quickstart.html
+++ b/docs/quickstart.html
@@ -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>