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 4a774a150fd [MINOR][DOC] Fix the unclosed dependency version tags 
(#9792)
4a774a150fd is described below

commit 4a774a150fd09095fb5cbab8f49797a47b1dff25
Author: Hongxun <[email protected]>
AuthorDate: Thu Sep 28 12:53:10 2023 +0800

    [MINOR][DOC] Fix the unclosed dependency version tags (#9792)
    
    Co-authored-by: Hongxun Zhang <[email protected]>
---
 website/docs/flink-quick-start-guide.md                          | 2 +-
 website/versioned_docs/version-0.13.1/flink-quick-start-guide.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/website/docs/flink-quick-start-guide.md 
b/website/docs/flink-quick-start-guide.md
index 290585ba806..9c730e5b6f1 100644
--- a/website/docs/flink-quick-start-guide.md
+++ b/website/docs/flink-quick-start-guide.md
@@ -99,7 +99,7 @@ dependency to your project:
 <dependency>
     <groupId>org.apache.hudi</groupId>
     <artifactId>hudi-flink1.13-bundle</artifactId>
-    <version>0.14.0/version>
+    <version>0.14.0</version>
 </dependency>
 ```
 
diff --git a/website/versioned_docs/version-0.13.1/flink-quick-start-guide.md 
b/website/versioned_docs/version-0.13.1/flink-quick-start-guide.md
index f7b0ef5495c..4c5caf26ca2 100644
--- a/website/versioned_docs/version-0.13.1/flink-quick-start-guide.md
+++ b/website/versioned_docs/version-0.13.1/flink-quick-start-guide.md
@@ -98,7 +98,7 @@ dependency to your project:
 <dependency>
     <groupId>org.apache.hudi</groupId>
     <artifactId>hudi-flink1.13-bundle</artifactId>
-    <version>0.13.1/version>
+    <version>0.13.1</version>
 </dependency>
 ```
 

Reply via email to