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

tzulitai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-connector-kafka.git


The following commit(s) were added to refs/heads/main by this push:
     new 979791c4 [hotfix] refer to sql_connector_download_table shortcode in 
the docs to adhere to new connector versioning format
979791c4 is described below

commit 979791c4c71e944c16c51419cf9a84aa1f8fea4c
Author: mas-chen <mas.c...@berkeley.edu>
AuthorDate: Mon Oct 30 12:29:27 2023 -0700

    [hotfix] refer to sql_connector_download_table shortcode in the docs to 
adhere to new connector versioning format
---
 docs/content/docs/connectors/table/kafka.md        | 2 +-
 docs/content/docs/connectors/table/upsert-kafka.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content/docs/connectors/table/kafka.md 
b/docs/content/docs/connectors/table/kafka.md
index 18578569..0256301b 100644
--- a/docs/content/docs/connectors/table/kafka.md
+++ b/docs/content/docs/connectors/table/kafka.md
@@ -35,7 +35,7 @@ The Kafka connector allows for reading data from and writing 
data into Kafka top
 Dependencies
 ------------
 
-{{< sql_download_table "kafka" >}}
+{{< sql_connector_download_table "kafka" >}}
 
 The Kafka connector is not part of the binary distribution.
 See how to link with it for cluster execution [here]({{< ref 
"docs/dev/configuration/overview" >}}).
diff --git a/docs/content/docs/connectors/table/upsert-kafka.md 
b/docs/content/docs/connectors/table/upsert-kafka.md
index c3537a76..61237640 100644
--- a/docs/content/docs/connectors/table/upsert-kafka.md
+++ b/docs/content/docs/connectors/table/upsert-kafka.md
@@ -47,7 +47,7 @@ key will fall into the same partition.
 Dependencies
 ------------
 
-{{< sql_download_table "upsert-kafka" >}}
+{{< sql_connector_download_table "upsert-kafka" >}}
 
 The Upsert Kafka connector is not part of the binary distribution.
 See how to link with it for cluster execution [here]({{< ref 
"docs/dev/configuration/overview" >}}).

Reply via email to