This is an automated email from the ASF dual-hosted git repository.
martijnvisser pushed a commit to branch release-1.17
in repository https://gitbox.apache.org/repos/asf/flink.git
The following commit(s) were added to refs/heads/release-1.17 by this push:
new 6a979c927c0 [hotfix] Use the Pulsar 4.0 docs for Flink 1.17
6a979c927c0 is described below
commit 6a979c927c0b83c9602b251b2cf775ffa4a209ee
Author: Martijn Visser <[email protected]>
AuthorDate: Mon May 8 15:26:49 2023 +0200
[hotfix] Use the Pulsar 4.0 docs for Flink 1.17
---
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 4a23be81d5a..86b5e74eeee 100755
--- a/docs/setup_docs.sh
+++ b/docs/setup_docs.sh
@@ -46,7 +46,7 @@ cd tmp
integrate_connector_docs elasticsearch v3.0
integrate_connector_docs aws v4.1
integrate_connector_docs cassandra v3.0
-integrate_connector_docs pulsar v3.0
+integrate_connector_docs pulsar v4.0
integrate_connector_docs jdbc v3.0
integrate_connector_docs rabbitmq v3.0
integrate_connector_docs gcp-pubsub v3.0