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

leesf pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 56a4e0d  [MINOR] Fix invalid issue url & quickstart url (#1282)
56a4e0d is described below

commit 56a4e0d56c226781d3dd1beb42af1efa77199ccd
Author: lamber-ken <lamber...@163.com>
AuthorDate: Mon Jan 27 16:53:03 2020 +0800

    [MINOR] Fix invalid issue url & quickstart url (#1282)
---
 README.md | 2 +-
 pom.xml   | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 4276c04..ae53e72 100644
--- a/README.md
+++ b/README.md
@@ -75,4 +75,4 @@ mvn clean package -DskipTests -DskipITs -Pscala-2.12
 
 ## Quickstart
 
-Please visit 
[https://hudi.apache.org/quickstart.html](https://hudi.apache.org/quickstart.html)
 to quickly explore Hudi's capabilities using spark-shell. 
+Please visit 
[https://hudi.apache.org/docs/quick-start-guide.html](https://hudi.apache.org/docs/quick-start-guide.html)
 to quickly explore Hudi's capabilities using spark-shell. 
diff --git a/pom.xml b/pom.xml
index a63e953..f627c04 100644
--- a/pom.xml
+++ b/pom.xml
@@ -1092,6 +1092,6 @@
 
   <issueManagement>
     <system>GitHub</system>
-    <url>https://github.org/apache/hudi/issues</url>
+    <url>https://github.com/apache/incubator-hudi/issues</url>
   </issueManagement>
 </project>

Reply via email to