This is an automated email from the ASF dual-hosted git repository.
xiaoyu pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shenyu-website.git
The following commit(s) were added to refs/heads/main by this push:
new 9b494c21e9 Fix 404 link (#683)
9b494c21e9 is described below
commit 9b494c21e9c5e65ec0cf9f3dcb08dc7b50779b6d
Author: Kunshuai Zhu <[email protected]>
AuthorDate: Mon Aug 8 21:31:54 2022 +0800
Fix 404 link (#683)
* Fix 404 link
* Fix 404 link
---
community/3-contributor.md | 8 ++++----
.../current/3-contributor.md | 10 +++++-----
2 files changed, 9 insertions(+), 9 deletions(-)
diff --git a/community/3-contributor.md b/community/3-contributor.md
index 4e6ac7ceb7..d7fd5a2e56 100644
--- a/community/3-contributor.md
+++ b/community/3-contributor.md
@@ -68,7 +68,7 @@ Apache ShenYu is generally developed collaboratively on
GitHub. Currently, there
To get Apache ShenYu code running on your development tools, see [Local
Deployment](../docs/deployment/deployment-local) or [Apache ShenYu Startup
Example](../blog/Start-SourceCode-Analysis-Start-Demo), and able to debug with
breakpoints.
-After running, you can read the [source code analysis article](../blog)
included in our official website to have a deeper understanding of Apache
ShenYu.
+After running, you can read the [source code analysis
article](https://shenyu.apache.org/blog) included in our official website to
have a deeper understanding of Apache ShenYu.
### Find tasks
@@ -76,7 +76,7 @@ Find the issue you are interested in! On our GitHub repo and
mailing list, we of
Of course, if you have a good idea, you can also propose it directly on the
mailing list([email protected]), and after a thorough discussion, you can
start to act.
-At the same time, you can also participate in the writing of our
[blog](../blog) and submit them to [the blog
module](https://github.com/apache/shenyu-website/tree/main/blog) of the Apache
ShenYu official website through Pull Request.
+At the same time, you can also participate in the writing of our
[blog](https://shenyu.apache.org/blog) and submit them to [the blog
module](https://github.com/apache/shenyu-website/tree/main/blog) of the Apache
ShenYu official website through Pull Request.
If you are a student, you are also very welcome to apply for the topic of
Apache ShenYu in open source internship activities such as GSoC. You can click
the [link](https://community.apache.org/gsoc.html) to view the Apache Software
Foundation Introduction to GSoC. You can also check Apache ShenYu's previous or
ongoing GSoC issues through this
[link](https://github.com/apache/shenyu/issues?q=is%3Aopen+is%3Aissue+label%3Agsoc)!
@@ -93,7 +93,7 @@ git clone [email protected]:${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](../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:
@@ -177,6 +177,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 c867dfb610..aacaea9fd8 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
@@ -66,9 +66,9 @@ Apache ShenYu 一般是在 GitHub 上进行协作开发。目前有以下几个
### 让 Apache ShenYu 运行起来
-让 Apache ShenYu 的代码在您的开发工具上运行起来,请参阅
[本地部署](../docs/next/deployment/deployment-local) 或者 [Apache ShenYu
启动示例](../blog/Start-SourceCode-Analysis-Start-Demo),并且能够断点调试。
+让 Apache ShenYu 的代码在您的开发工具上运行起来,请参阅
[本地部署](../docs/deployment/deployment-local) 或者 [Apache ShenYu
启动示例](../blog/Start-SourceCode-Analysis-Start-Demo),并且能够断点调试。
-在运行起来之后,可以阅读我们官网收录的[源码分析文章](../blog),来对 Apache ShenYu 有更深入的理解。
+在运行起来之后,可以阅读我们官网收录的[源码分析文章](https://shenyu.apache.org/zh/blog),来对 Apache
ShenYu 有更深入的理解。
### 寻找任务
@@ -76,7 +76,7 @@ Apache ShenYu 一般是在 GitHub 上进行协作开发。目前有以下几个
当然,如果您有好的想法,也可以直接在 邮件列表([email protected]) 中提出,经过充分讨论后就可以开始行动。
-同时,您也可以参与编写我们的[博客](../blog),并通过 Pull Request 的方式提交到 Apache ShenYu
官网的[博客模块](https://github.com/apache/shenyu-website/tree/main/blog) 。
+同时,您也可以参与编写我们的[博客](https://shenyu.apache.org/zh/blog),并通过 Pull Request 的方式提交到
Apache ShenYu
官网的[博客模块](https://github.com/apache/shenyu-website/tree/main/blog) 。
如果您是学生,那么也非常欢迎在 GSoC 等开源实习活动中申请 Apache ShenYu 的议题,您可以点击
[链接](https://community.apache.org/gsoc.html) 来查看 Apache 软件基金会对 GSoC
的介绍。您也可以通过这个
[链接](https://github.com/apache/shenyu/issues?q=is%3Aopen+is%3Aissue+label%3Agsoc)
来查看 Apache ShenYu 往年或者正在进行中的 GSoC 议题!
@@ -93,7 +93,7 @@ git clone [email protected]:${YOUR_USERNAME}/${TARGET_REPO}.git
#推荐使用
# 也可以 git clone https://github.com/${YOUR_USERNAME}/${TARGET_REPO}.git
```
-下载完成后,请参考目标仓库的入门指南或者 README 文件对项目进行初始化。Windows
环境下,如果克隆源码时,提示文件名过长,请参看[FAQ](../faq)。
+下载完成后,请参考目标仓库的入门指南或者 README 文件对项目进行初始化。Windows
环境下,如果克隆源码时,提示文件名过长,请参看[FAQ](./faq)。
接着,您可以参考如下命令进行代码的提交:
@@ -177,6 +177,6 @@ git pull upstream master
### 如何成为Committer?
-通过上述步骤,您就是 Apache ShenYu 的贡献者了。重复前面的步骤,在社区中保持活跃,坚持下去,您就能成为
[Committer](../committer)!
+通过上述步骤,您就是 Apache ShenYu 的贡献者了。重复前面的步骤,在社区中保持活跃,坚持下去,您就能成为
[Committer](./committer)!
为了及时了解 Apache ShenYu 的发展动态,您可以关注邮件列表,也可以参与社区的双周会(会议邀请链接将会在邮件列表中发出)。