Skip to content

Commit

Permalink
[FLINK-36422][docs] Fix PyFlink jar download link
Browse files Browse the repository at this point in the history
  • Loading branch information
z3d1k authored and dannycranmer committed Oct 3, 2024
1 parent a0d648e commit 441e201
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/content.zh/docs/connectors/datastream/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Apache Flink 集成了通用的 Kafka 连接器,它会尽力与 Kafka client
Flink 目前的流连接器还不是二进制发行版的一部分。
[在此处]({{< ref "docs/dev/configuration/overview" >}})可以了解到如何链接它们,从而在集群中运行。

{{< py_download_link "kafka" >}}
{{< py_connector_download_link "kafka" >}}

## Kafka Source
{{< hint info >}}
Expand Down
2 changes: 1 addition & 1 deletion docs/content/docs/connectors/datastream/kafka.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ For details on Kafka compatibility, please refer to the official [Kafka document
Flink's streaming connectors are not part of the binary distribution.
See how to link with them for cluster execution [here]({{< ref "docs/dev/configuration/overview" >}}).

{{< py_download_link "kafka" >}}
{{< py_connector_download_link "kafka" >}}

## Kafka Source
{{< hint info >}}
Expand Down

0 comments on commit 441e201

Please sign in to comment.