This is an automated email from the ASF dual-hosted git repository.
fengzhenbing 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 b955f34 modify error link of code-conduct (#370)
b955f34 is described below
commit b955f3457ae8710775ed6f610a1305ca3b15e4fc
Author: kaitoShy <[email protected]>
AuthorDate: Sat Nov 20 22:41:48 2021 +0800
modify error link of code-conduct (#370)
---
community/3-contributor.md | 2 +-
.../docusaurus-plugin-content-docs-community/current/3-contributor.md | 4 ++--
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/community/3-contributor.md b/community/3-contributor.md
index 420b77b..f53195f 100644
--- a/community/3-contributor.md
+++ b/community/3-contributor.md
@@ -59,7 +59,7 @@ git checkout -b issueNo
**Coding**
-- Please obey the [Code of Conduct](/en/contribute/code-conduct/) during the
process of development and finish the check before submitting the pull request.
+- Please obey the [Code Suggestions](/community/code-suggestions) during the
process of development and finish the check before submitting the pull request.
- push code to your fork repo.
```shell
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 60196c9..c2c9d6f 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
@@ -59,8 +59,8 @@ git checkout -b issueNo
**编码**
-- 请您在开发过程中遵循 ShenYu 的 [开发规范](../code-conduct)。并在准备提交pull request之前完成相应的检查。
-- 将修改的代码push到fork库的分支上。
+- 请您在开发过程中遵循 ShenYu 的 [编码建议](/community/code-suggestions)。并在准备提交pull
request之前完成相应的检查。
+- 将修改的代码 push 到 fork 库的分支上。
```shell
git add 修改代码