You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vi...@apache.org on 2020/04/16 18:21:49 UTC

[incubator-hudi] branch asf-site updated: [MINOR] Fix broken README link (#1523)

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

vinoth 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 a3715c9  [MINOR] Fix broken README link (#1523)
a3715c9 is described below

commit a3715c95ac740c0a7d116e7dc47e5f70ea58547d
Author: lamber-ken <la...@163.com>
AuthorDate: Fri Apr 17 02:21:40 2020 +0800

    [MINOR] Fix broken README link (#1523)
---
 docs/_pages/contributing.cn.md | 2 +-
 docs/_pages/contributing.md    | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/_pages/contributing.cn.md b/docs/_pages/contributing.cn.md
index e66deea..ffcdec0 100644
--- a/docs/_pages/contributing.cn.md
+++ b/docs/_pages/contributing.cn.md
@@ -108,7 +108,7 @@ and more importantly also try to improve the process along the way as well.
    - For involved changes, it's best to also run the entire integration test suite using `mvn clean install`
    - For website changes, please build the site locally & test navigation, formatting & links thoroughly
    - If your code change changes some aspect of documentation (e.g new config, default value change), 
-     please ensure there is another PR to [update the docs](https://github.com/apache/incubator-hudi/blob/asf-site/docs/README.md) as well.
+     please ensure there is another PR to [update the docs](https://github.com/apache/incubator-hudi/tree/asf-site/README.md) as well.
  - Sending a Pull Request
    - Format commit and the pull request title like `[HUDI-XXX] Fixes bug in Spark Datasource`, 
      where you replace `HUDI-XXX` with the appropriate JIRA issue. 
diff --git a/docs/_pages/contributing.md b/docs/_pages/contributing.md
index 9d84872..d0aaa32 100644
--- a/docs/_pages/contributing.md
+++ b/docs/_pages/contributing.md
@@ -107,7 +107,7 @@ and more importantly also try to improve the process along the way as well.
    - For involved changes, it's best to also run the entire integration test suite using `mvn clean install`
    - For website changes, please build the site locally & test navigation, formatting & links thoroughly
    - If your code change changes some aspect of documentation (e.g new config, default value change), 
-     please ensure there is another PR to [update the docs](https://github.com/apache/incubator-hudi/blob/asf-site/docs/README.md) as well.
+     please ensure there is another PR to [update the docs](https://github.com/apache/incubator-hudi/tree/asf-site/README.md) as well.
  - Sending a Pull Request
    - Format commit and the pull request title like `[HUDI-XXX] Fixes bug in Spark Datasource`, 
      where you replace `HUDI-XXX` with the appropriate JIRA issue.