You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shardingsphere.apache.org by me...@apache.org on 2020/09/02 05:48:51 UTC

[shardingsphere] branch master updated: fix link&hugo-version

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

menghaoran pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shardingsphere.git


The following commit(s) were added to refs/heads/master by this push:
     new c6e6708  fix link&hugo-version
     new ccbdf44  Merge pull request #7219 from kimmking/fixlink
c6e6708 is described below

commit c6e67083e36fd65a2723373bb3afe1e27642c233
Author: kimmking <ki...@apache.org>
AuthorDate: Wed Sep 2 13:37:04 2020 +0800

    fix link&hugo-version
---
 docs/community/content/contribute/contributor.cn.md          | 2 +-
 docs/community/content/contribute/contributor.en.md          | 2 +-
 docs/community/content/contribute/document-contributor.cn.md | 2 +-
 docs/community/content/contribute/document-contributor.en.md | 2 +-
 4 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/docs/community/content/contribute/contributor.cn.md b/docs/community/content/contribute/contributor.cn.md
index b70d4a21..276e152 100644
--- a/docs/community/content/contribute/contributor.cn.md
+++ b/docs/community/content/contribute/contributor.cn.md
@@ -30,7 +30,7 @@ git remote add upstream https://github.com/apache/shardingsphere.git
 
  - 请在选择您要修改的issue。如果是您新发现的问题或想提供issue中没有的功能增强,请先新建一个issue并设置正确的标签。
  - 在选中相关的issue之后,请回复以表明您当前正在这个issue上工作。并在回复的时候为自己设置一个deadline,添加至回复内容中。
- - 在[开发者列表](http://incubator.apache.org/projects/shardingsphere.html)中找到一个导师,导师会在设计与功能实现上给予即时的反馈。
+ - 在[开发者列表](/cn/contribute/contributor/)中找到一个导师,导师会在设计与功能实现上给予即时的反馈。
 
 ### 创建分支
 
diff --git a/docs/community/content/contribute/contributor.en.md b/docs/community/content/contribute/contributor.en.md
index 1c59e1d..4a6a4d1 100644
--- a/docs/community/content/contribute/contributor.en.md
+++ b/docs/community/content/contribute/contributor.en.md
@@ -30,7 +30,7 @@ git remote add upstream https://github.com/apache/shardingsphere.git
 
  - Please choose the issue to be edited. If it is a new issue discovered or a new function enhancement to offer, please create an issue and set the right label for it.
  - After choosing the relevant issue, please reply with a deadline to indicate that you are working on it.
- - Find a mentor from the [Developer List](http://incubator.apache.org/projects/shardingsphere.html) and he/she will give you feedback about the design and the implementation of function in time.
+ - Find a mentor from the [Developer List](/en/contribute/contributor/) and he/she will give you feedback about the design and the implementation of function in time.
 
 ### Create Branch 
 
diff --git a/docs/community/content/contribute/document-contributor.cn.md b/docs/community/content/contribute/document-contributor.cn.md
index 89ec5b9..09111fd 100644
--- a/docs/community/content/contribute/document-contributor.cn.md
+++ b/docs/community/content/contribute/document-contributor.cn.md
@@ -111,6 +111,6 @@ ShardingSphere文档使用Markdown编写,并使用Hugo进行处理生成html
 
 ## 约定
 
-- 非特别说明,请使用Hugo的`0.37.1`版本
+- 非特别说明,请使用Hugo的`0.70.0`版本
 
 - asf-site分支由官方定期更新,您无需向asf-site提交pull request
diff --git a/docs/community/content/contribute/document-contributor.en.md b/docs/community/content/contribute/document-contributor.en.md
index bdc1e74..2eef187 100644
--- a/docs/community/content/contribute/document-contributor.en.md
+++ b/docs/community/content/contribute/document-contributor.en.md
@@ -106,5 +106,5 @@ Anyone with a GitHub account can ask questions (error reports) about shardingsph
 
 ## Appointment
 
-- Unless otherwise specified, please use Hugo `0.37.1` version.
+- Unless otherwise specified, please use Hugo `0.70.0` version.
 - asf-site branches are updated by the official on a regular basis, you do not need to submit pull request to asf-site.