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

danny0405 pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/asf-site by this push:
     new 51369b8ac9a [HUDI-5972] Fix the flink 1.13 bundle jar version on 
website (#8266)
51369b8ac9a is described below

commit 51369b8ac9a8e984d3e5d740f9c9ae6ed11b84ee
Author: zme <[email protected]>
AuthorDate: Fri Mar 24 10:39:54 2023 +0800

    [HUDI-5972] Fix the flink 1.13 bundle jar version on website (#8266)
---
 website/versioned_docs/version-0.13.0/flink-quick-start-guide.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/website/versioned_docs/version-0.13.0/flink-quick-start-guide.md 
b/website/versioned_docs/version-0.13.0/flink-quick-start-guide.md
index dad693100db..9b7efb480a4 100644
--- a/website/versioned_docs/version-0.13.0/flink-quick-start-guide.md
+++ b/website/versioned_docs/version-0.13.0/flink-quick-start-guide.md
@@ -97,7 +97,7 @@ dependency to your project:
 <dependency>
     <groupId>org.apache.hudi</groupId>
     <artifactId>hudi-flink1.13-bundle</artifactId>
-    <version>0.13.0/version>
+    <version>0.13.0</version>
 </dependency>
 ```
 

Reply via email to