This is an automated email from the ASF dual-hosted git repository.
leesf pushed a commit to branch asf-site
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git
The following commit(s) were added to refs/heads/asf-site by this push:
new 562386d [DOCS] Update build source link (#1072)
562386d is described below
commit 562386da0eb713c3f7b3930b09c28e2faeabb3a1
Author: lamber-ken <[email protected]>
AuthorDate: Tue Dec 3 09:57:29 2019 +0800
[DOCS] Update build source link (#1072)
---
docs/quickstart.cn.md | 2 +-
docs/quickstart.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/quickstart.cn.md b/docs/quickstart.cn.md
index 31d4911..79c750b 100644
--- a/docs/quickstart.cn.md
+++ b/docs/quickstart.cn.md
@@ -151,7 +151,7 @@ spark.sql("select `_hoodie_commit_time`, fare, begin_lon,
begin_lat, ts from hu
## 从这开始下一步?
-您也可以通过[自己构建hudi](https://github.com/apache/incubator-hudi#building-apache-hudi-from-source-building-hudi)来快速入门,
+您也可以通过[自己构建hudi](https://github.com/apache/incubator-hudi#building-apache-hudi-from-source)来快速入门,
并在spark-shell命令中使用`--jars <path to
hudi_code>/packaging/hudi-spark-bundle/target/hudi-spark-bundle-*.*.*-SNAPSHOT.jar`,
而不是`--packages org.apache.hudi:hudi-spark-bundle:0.5.0-incubating`
diff --git a/docs/quickstart.md b/docs/quickstart.md
index 9cac934..cad5290 100644
--- a/docs/quickstart.md
+++ b/docs/quickstart.md
@@ -153,7 +153,7 @@ spark.sql("select `_hoodie_commit_time`, fare, begin_lon,
begin_lat, ts from hu
```
## Where to go from here?
-You can also do the quickstart by [building hudi
yourself](https://github.com/apache/incubator-hudi#building-apache-hudi-from-source-building-hudi),
+You can also do the quickstart by [building hudi
yourself](https://github.com/apache/incubator-hudi#building-apache-hudi-from-source),
and using `--jars <path to
hudi_code>/packaging/hudi-spark-bundle/target/hudi-spark-bundle-*.*.*-SNAPSHOT.jar`
in the spark-shell command above
instead of `--packages org.apache.hudi:hudi-spark-bundle:0.5.0-incubating`