You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@shenyu.apache.org by qi...@apache.org on 2022/04/01 07:00:22 UTC

[incubator-shenyu-website] branch main updated: [BUG] In the contributor-guide , some links are faulty. (#529)

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

qicz pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-shenyu-website.git


The following commit(s) were added to refs/heads/main by this push:
     new caca0a6  [BUG] In the contributor-guide ,some links are faulty. (#529)
caca0a6 is described below

commit caca0a6c7d23885b7f77b03e32b5657f7ad12af9
Author: haibo.duan <dh...@live.cn>
AuthorDate: Fri Apr 1 15:00:16 2022 +0800

    [BUG] In the contributor-guide ,some links are faulty. (#529)
    
    fix FAQ  link   [../faq]
    Committer link  [../committer]
---
 community/3-contributor.md                                          | 6 +++---
 .../current/3-contributor.md                                        | 6 +++---
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/community/3-contributor.md b/community/3-contributor.md
index 8e962f8..d8f4f83 100644
--- a/community/3-contributor.md
+++ b/community/3-contributor.md
@@ -89,7 +89,7 @@ git clone git@github.com:${YOUR_USERNAME}/${TARGET_REPO}.git #Recommended
 # You can also git clone https://github.com/${YOUR_USERNAME}/${TARGET_REPO}.git
 ````
 
-After the download is complete, please refer to the getting started guide or README file of the target repository to initialize the project. In Windows environment, if the file name is too long when cloning the source code, please refer to [FAQ](./12-faq).
+After the download is complete, please refer to the getting started guide or README file of the target repository to initialize the project. In Windows environment, if the file name is too long when cloning the source code, please refer to [FAQ](../faq).
 
 Then, you can refer to the following command to submit the code:
 
@@ -114,7 +114,7 @@ git push origin a-dev-branch
 
 Then you can initiate a new PR (Pull Request) on GitHub.
 
-Please note that the title of the PR needs to conform to our [spec](./2-issue-pr.md), and write the necessary description in the PR to facilitate code review by Committers and other contributors.
+Please note that the title of the PR needs to conform to our [spec](../issue-pr), and write the necessary description in the PR to facilitate code review by Committers and other contributors.
 
 ### Wait for the code to be merged
 
@@ -145,6 +145,6 @@ git pull upstream master
 
 ### How to become a Committer?
 
-With the above steps, you are a contributor to Apache ShenYu. Repeat the previous steps to stay active in the community, keep at it and you can become a [Committer](./committer)!
+With the above steps, you are a contributor to Apache ShenYu. Repeat the previous steps to stay active in the community, keep at it and you can become a [Committer](../committer)!
 
 In order to keep abreast of the development of Apache ShenYu, you can follow the mailing list, or you can participate in the biweekly meeting of the community (meeting invitation link will be sent on the mailing list).
diff --git a/i18n/zh/docusaurus-plugin-content-docs-community/current/3-contributor.md b/i18n/zh/docusaurus-plugin-content-docs-community/current/3-contributor.md
index 6499eee..d355c8d 100755
--- a/i18n/zh/docusaurus-plugin-content-docs-community/current/3-contributor.md
+++ b/i18n/zh/docusaurus-plugin-content-docs-community/current/3-contributor.md
@@ -89,7 +89,7 @@ git clone git@github.com:${YOUR_USERNAME}/${TARGET_REPO}.git #推荐使用
 # 也可以 git clone https://github.com/${YOUR_USERNAME}/${TARGET_REPO}.git
 ```
 
-下载完成后,请参考目标仓库的入门指南或者 README 文件对项目进行初始化。Windows 环境下,如果克隆源码时,提示文件名过长,请参看[FAQ](./12-faq)。
+下载完成后,请参考目标仓库的入门指南或者 README 文件对项目进行初始化。Windows 环境下,如果克隆源码时,提示文件名过长,请参看[FAQ](../faq)。
 
 接着,您可以参考如下命令进行代码的提交:
 
@@ -114,7 +114,7 @@ git push origin a-dev-branch
 
 然后您就可以在 GitHub 上发起新的 PR (Pull Request)。
 
-请注意 PR 的标题需要符合我们的[规范](./2-issue-pr.md),并且在 PR 中写上必要的说明,来方便 Committer 和其他贡献者进行代码审查。
+请注意 PR 的标题需要符合我们的[规范](../issue-pr),并且在 PR 中写上必要的说明,来方便 Committer 和其他贡献者进行代码审查。
 
 ### 等待代码被合并
 
@@ -145,6 +145,6 @@ git pull upstream master
 
 ### 如何成为Committer?
 
-通过上述步骤,您就是 Apache ShenYu 的贡献者了。重复前面的步骤,在社区中保持活跃,坚持下去,您就能成为 [Committer](./committer)!
+通过上述步骤,您就是 Apache ShenYu 的贡献者了。重复前面的步骤,在社区中保持活跃,坚持下去,您就能成为 [Committer](../committer)!
 
 为了及时了解 Apache ShenYu 的发展动态,您可以关注邮件列表,也可以参与社区的双周会(会议邀请链接将会在邮件列表中发出)。