This is an automated email from the ASF dual-hosted git repository.
guoweijie pushed a commit to branch release-1.20
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.20 by this push:
new 7bebc1a2860 [FLINK-37767][doc] Update reference branch/version for es
connector
7bebc1a2860 is described below
commit 7bebc1a28602f1b64c3e31d487b7c3f8c2db8095
Author: Weijie Guo <[email protected]>
AuthorDate: Wed May 28 17:33:21 2025 +0800
[FLINK-37767][doc] Update reference branch/version for es connector
---
docs/setup_docs.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/setup_docs.sh b/docs/setup_docs.sh
index fe0889a7e42..13203a5cef6 100755
--- a/docs/setup_docs.sh
+++ b/docs/setup_docs.sh
@@ -51,7 +51,7 @@ if [ "$SKIP_INTEGRATE_CONNECTOR_DOCS" = false ]; then
mkdir tmp
cd tmp
- integrate_connector_docs elasticsearch v3.0
+ integrate_connector_docs elasticsearch v3.1
integrate_connector_docs aws v5.0
integrate_connector_docs cassandra v3.1
integrate_connector_docs pulsar v4.0