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

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


The following commit(s) were added to refs/heads/v3.1 by this push:
     new b4d4eea1 [hotfix] Make the upsert-kafka artifacts point to the regular 
kafka artifacts in the documentation
b4d4eea1 is described below

commit b4d4eea170e1f4931d43fa43a640b522f5f75baf
Author: Martijn Visser <2989614+martijnvis...@users.noreply.github.com>
AuthorDate: Wed Feb 7 11:03:02 2024 +0100

    [hotfix] Make the upsert-kafka artifacts point to the regular kafka 
artifacts in the documentation
    
    (cherry picked from commit ab356b4d0232b47ae6b7b507b3a9f1ccca862b98)
---
 docs/content.zh/docs/connectors/table/upsert-kafka.md | 2 +-
 docs/content/docs/connectors/table/upsert-kafka.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/content.zh/docs/connectors/table/upsert-kafka.md 
b/docs/content.zh/docs/connectors/table/upsert-kafka.md
index a7e571fd..9612de0b 100644
--- a/docs/content.zh/docs/connectors/table/upsert-kafka.md
+++ b/docs/content.zh/docs/connectors/table/upsert-kafka.md
@@ -38,7 +38,7 @@ Upsert Kafka 连接器支持以 upsert 方式从 Kafka topic 中读取数据并
 依赖
 ------------
 
-{{< sql_download_table "upsert-kafka" >}}
+{{< sql_connector_download_table "kafka" >}}
 
 Upsert Kafka 连接器不是二进制发行版的一部分,请查阅[这里]({{< ref "docs/dev/configuration/overview" 
>}})了解如何在集群运行中引用 Upsert Kafka 连接器。
 
diff --git a/docs/content/docs/connectors/table/upsert-kafka.md 
b/docs/content/docs/connectors/table/upsert-kafka.md
index 61237640..814ff9bc 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_connector_download_table "upsert-kafka" >}}
+{{< sql_connector_download_table "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