This is an automated email from the ASF dual-hosted git repository.
vinoyang 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 b7a629f [MINOR] Update site to reflect graduation (#1662)
b7a629f is described below
commit b7a629f24aba17f931585f9b14c07a2063986a1b
Author: lamber-ken <[email protected]>
AuthorDate: Mon May 25 17:09:09 2020 +0800
[MINOR] Update site to reflect graduation (#1662)
---
.travis.yml | 2 +-
docs/_docs/1_1_quick_start_guide.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.travis.yml b/.travis.yml
index 8f74d35..d429378 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,7 +7,7 @@ env:
- GIT_USER="CI BOT"
- GIT_EMAIL="[email protected]"
- GIT_REPO="apache"
- - GIT_PROJECT="incubator-hudi"
+ - GIT_PROJECT="hudi"
- GIT_BRANCH="asf-site"
- DOCS_ROOT="`pwd`/docs"
diff --git a/docs/_docs/1_1_quick_start_guide.md
b/docs/_docs/1_1_quick_start_guide.md
index d2eaa57..9bd60dc 100644
--- a/docs/_docs/1_1_quick_start_guide.md
+++ b/docs/_docs/1_1_quick_start_guide.md
@@ -124,7 +124,7 @@ df.write.format("hudi").
```
Notice that the save mode is now `Append`. In general, always use append mode
unless you are trying to create the table for the first time.
-[Querying](#query-data) the data again will now show updated trips. Each write
operation generates a new
[commit](http://hudi.incubator.apache.org/docs/concepts.html)
+[Querying](#query-data) the data again will now show updated trips. Each write
operation generates a new [commit](/docs/concepts.html)
denoted by the timestamp. Look for changes in `_hoodie_commit_time`, `rider`,
`driver` fields for the same `_hoodie_record_key`s in previous commit.
{: .notice--info}
@@ -327,7 +327,7 @@ df.write.format("hudi"). \
```
Notice that the save mode is now `Append`. In general, always use append mode
unless you are trying to create the table for the first time.
-[Querying](#query-data) the data again will now show updated trips. Each write
operation generates a new
[commit](http://hudi.incubator.apache.org/docs/concepts.html)
+[Querying](#query-data) the data again will now show updated trips. Each write
operation generates a new [commit](/docs/concepts.html)
denoted by the timestamp. Look for changes in `_hoodie_commit_time`, `rider`,
`driver` fields for the same `_hoodie_record_key`s in previous commit.
{: .notice--info}