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

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


The following commit(s) were added to refs/heads/main by this push:
     new 0db0b6c  [hotfix] Python connector download link should refer to the 
url defined in externalized repository
0db0b6c is described below

commit 0db0b6c311863556e7720def37935e684c8187e6
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

Reply via email to