This is an automated email from the ASF dual-hosted git repository.
chia7712 pushed a commit to branch 3.9
in repository https://gitbox.apache.org/repos/asf/kafka.git
The following commit(s) were added to refs/heads/3.9 by this push:
new 34c615d542a KAFKA-20027 Fix the broken quick start link (#21243)
34c615d542a is described below
commit 34c615d542a706d8965f4ae57f58f917d85b5707
Author: jimmy <[email protected]>
AuthorDate: Tue Jan 6 20:12:02 2026 +0800
KAFKA-20027 Fix the broken quick start link (#21243)
This PR fix the broken `quickstart` link on the connector page. <img
width="1094" height="604" alt="image"
src="https://github.com/user-attachments/assets/d9a160b4-de09-422b-bd5a-c3bca6e73cac"
/>
Reviewers: Ken Huang <[email protected]>, Chia-Ping Tsai
<[email protected]>
---
docs/getting-started/quickstart.md | 2 +-
docs/kafka-connect/user-guide.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/getting-started/quickstart.md
b/docs/getting-started/quickstart.md
index 244994afeb8..5d4c526ecef 100644
--- a/docs/getting-started/quickstart.md
+++ b/docs/getting-started/quickstart.md
@@ -155,7 +155,7 @@ You probably have lots of data in existing systems like
relational databases or
In this quickstart we'll see how to run Kafka Connect with simple connectors
that import data from a file to a Kafka topic and export data from a Kafka
topic to a file.
-First, make sure to add `connect-file-3.9.1.jar` to the `plugin.path` 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
[plugin.path](/documentation/#connectconfigs_plugin.path) for a detailed [...]
+First, make sure to add `connect-file-3.9.1.jar` to the `plugin.path` 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
[plugin.path](../../configuration/kafka-connect-configs/#connectconfigs_ [...]
Edit the `config/connect-standalone.properties` file, add or change the
`plugin.path` configuration property match the following, and save the file:
diff --git a/docs/kafka-connect/user-guide.md b/docs/kafka-connect/user-guide.md
index 4c3e0adcb2b..1db04e989cc 100644
--- a/docs/kafka-connect/user-guide.md
+++ b/docs/kafka-connect/user-guide.md
@@ -26,7 +26,7 @@ type: docs
-->
-The [quickstart](../quickstart) provides a brief example of how to run a
standalone version of Kafka Connect. This section describes how to configure,
run, and manage Kafka Connect in more detail.
+The [quickstart](../getting-started/quickstart) provides a brief example of
how to run a standalone version of Kafka Connect. This section describes how to
configure, run, and manage Kafka Connect in more detail.
## Running Kafka Connect