This is an automated email from the ASF dual-hosted git repository. guoweijie pushed a commit to branch py-doc in repository https://gitbox.apache.org/repos/asf/flink-connector-elasticsearch.git
commit 7c966cd8130edc25eeb297bb338537ffeb1a5ebb Author: Weijie Guo <[email protected]> AuthorDate: Sun May 7 12:35:55 2023 +0800 [hotfix] Python connector download link should refer to the url defined in externalized repository --- docs/content.zh/docs/connectors/datastream/elasticsearch.md | 2 +- docs/content/docs/connectors/datastream/elasticsearch.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/content.zh/docs/connectors/datastream/elasticsearch.md b/docs/content.zh/docs/connectors/datastream/elasticsearch.md index 6efc03d..20a0f4b 100644 --- a/docs/content.zh/docs/connectors/datastream/elasticsearch.md +++ b/docs/content.zh/docs/connectors/datastream/elasticsearch.md @@ -51,7 +51,7 @@ under the License. </tbody> </table> -{{< py_download_link "elastic" >}} +{{< py_connector_download_link "elastic" 3.0.0 >}} 请注意,流连接器目前不是二进制发行版的一部分。 有关如何将程序和用于集群执行的库一起打包,参考[此文档]({{< ref "docs/dev/configuration/overview" >}})。 diff --git a/docs/content/docs/connectors/datastream/elasticsearch.md b/docs/content/docs/connectors/datastream/elasticsearch.md index 73c5de4..fdacc70 100644 --- a/docs/content/docs/connectors/datastream/elasticsearch.md +++ b/docs/content/docs/connectors/datastream/elasticsearch.md @@ -53,7 +53,7 @@ of the Elasticsearch installation: </tbody> </table> -{{< py_download_link "elastic" >}} +{{< py_connector_download_link "elastic" 3.0.0 >}} Note that the streaming connectors are currently not part of the binary distribution. See [here]({{< ref "docs/dev/configuration/overview" >}}) for information
