This is an automated email from the ASF dual-hosted git repository.
Aias00 pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/shenyu.git
The following commit(s) were added to refs/heads/master by this push:
new 48e48df4dd Fix README documentation links (#6357)
48e48df4dd is described below
commit 48e48df4ddde91938f4be3d11c91a8f21be8c0cc
Author: SUPERSAIYAN <[email protected]>
AuthorDate: Mon Jun 8 10:00:07 2026 +0800
Fix README documentation links (#6357)
* Fix README documentation links
* Trigger README CI
* Fix README docs link spacing
* Trigger README CI
---
README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index bd529650a6..d64b73598e 100644
--- a/README.md
+++ b/README.md
@@ -9,10 +9,10 @@
</p>
<p align="center">
- <a href="https://shenyu.apache.org/docs/index" >
+ <a href="https://shenyu.apache.org/docs/">
<img src="https://img.shields.io/badge/document-English-blue.svg" alt="EN
docs" />
</a>
- <a href="https://shenyu.apache.org/zh/docs/index">
+ <a href="https://shenyu.apache.org/zh/docs/">
<img src="https://img.shields.io/badge/文档-简体中文-blue.svg" alt="简体中文文档" />
</a>
</p>