This is an automated email from the ASF dual-hosted git repository.
martijnvisser 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 ab356b4d [hotfix] Make the upsert-kafka artifacts point to the regular
kafka artifacts in the documentation
ab356b4d is described below
commit ab356b4d0232b47ae6b7b507b3a9f1ccca862b98
Author: Martijn Visser <[email protected]>
AuthorDate: Wed Feb 7 11:03:02 2024 +0100
[hotfix] Make the upsert-kafka artifacts point to the regular kafka
artifacts in the documentation
---
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" >}}).