This is an automated email from the ASF dual-hosted git repository.
hefengen 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 3b7d5a55c6 [ISSUE #682] fix 404 error page in contributor (#685)
3b7d5a55c6 is described below
commit 3b7d5a55c67022d4d57c9fb46c34ef6a9501300b
Author: mango <[email protected]>
AuthorDate: Mon Aug 8 23:24:40 2022 +0800
[ISSUE #682] fix 404 error page in contributor (#685)
Signed-off-by: mango <[email protected]>
---
community/3-contributor.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/community/3-contributor.md b/community/3-contributor.md
index d7fd5a2e56..40e88b8e43 100644
--- a/community/3-contributor.md
+++ b/community/3-contributor.md
@@ -54,7 +54,7 @@ If you feel that there are too many emails, disturbing you,
or you are no longer
Apache ShenYu is generally developed collaboratively on GitHub. Currently,
there are the following repositories:
| REPOSITORY
| DESCRIPTION |
-|
----------------------------------------------------------------------------- |
------------------------------ |
+|-------------------------------------------------------------------------------|--------------------------------|
| [apache/shenyu](https://github.com/apache/shenyu)
| Main Repository |
| [apache/shenyu-dashboard](https://github.com/apache/shenyu-dashboard)
| Front-end Code of shenyu-admin |
| [apache/shenyu-website](https://github.com/apache/shenyu-website)
| Official Website and Documents |
@@ -66,7 +66,7 @@ Apache ShenYu is generally developed collaboratively on
GitHub. Currently, there
### Getting Apache ShenYu up and running
-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.
+To get Apache ShenYu code running on your development tools, see [Local
Deployment](/docs/deployment/deployment-local.md) or [Apache ShenYu Startup
Example](/blog/Start-SourceCode-Analysis-Start-Demo.md), and able to debug with
breakpoints.
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.