This is an automated email from the ASF dual-hosted git repository.
zhangliang 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 b872e74b1c6 link error (#20433)
b872e74b1c6 is described below
commit b872e74b1c6b345ef1615508512d34ba3d437b6f
Author: Jared Li <[email protected]>
AuthorDate: Tue Aug 23 11:53:36 2022 +0800
link error (#20433)
need a slash at first place
---
docs/community/content/contribute/contributor.en.md | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/docs/community/content/contribute/contributor.en.md
b/docs/community/content/contribute/contributor.en.md
index 2e46fc745c6..341af4ccca2 100644
--- a/docs/community/content/contribute/contributor.en.md
+++ b/docs/community/content/contribute/contributor.en.md
@@ -48,7 +48,7 @@ When you pull the latest code from ShardingSphere and create
new branch later, y
- 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](en/team) 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/team/) and he/she will give you
feedback about the design and the implementation of function in time.
**3. Create Branch**