This is an automated email from the ASF dual-hosted git repository.
wenming pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/apisix-website.git
The following commit(s) were added to refs/heads/master by this push:
new df9a15c chore: Fix incorrect links (#144)
df9a15c is described below
commit df9a15c7c566c2ae586aee90fe5faf39566ca557
Author: Joey <[email protected]>
AuthorDate: Sat Jan 16 22:40:46 2021 +0800
chore: Fix incorrect links (#144)
---
docs/committer-guide.md | 2 +-
docs/team.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/docs/committer-guide.md b/docs/committer-guide.md
index 4364021..5359ed7 100644
--- a/docs/committer-guide.md
+++ b/docs/committer-guide.md
@@ -31,7 +31,7 @@ Anyone can be a contributor to an Apache project. Being a
contributor simply mea
If you become a valuable contributor to the project you may well be invited to
become a committer. Committer is a term used at the ASF to signify someone who
is committed to a particular project. It brings with it the privilege of write
access to the project repository and resources.
-More details could be found here.
+More details could be found [here](https://community.apache.org/contributors/).
## Promotion
diff --git a/docs/team.md b/docs/team.md
index 2f5712c..17623a0 100644
--- a/docs/team.md
+++ b/docs/team.md
@@ -64,4 +64,4 @@ title: Team
The Apache APISIX community follows the Apache Community’s process on
accepting a new committer. After a contributor participates APISIX's community
actively, PMC and Committers will make decisions to invite the contributor join
Committers and PMC.
-You can read [Contributor Guide](../docs/contributor-guide.md) to participate
the community, and can get more information on [Committer
Guide](../docs/committer-guide.md).
+You can read [Contributor Guide](./contributor-guide.md) to participate the
community, and can get more information on [Committer
Guide](./committer-guide.md).