This is an automated email from the ASF dual-hosted git repository.
alexstocks pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/dubbo-go.git
The following commit(s) were added to refs/heads/develop by this push:
new f836cf56a fix(docs): correct invalid links in README_CN.md (#2958)
f836cf56a is described below
commit f836cf56ab780756b1e915730b4abf2c976a1564
Author: CAICAII <[email protected]>
AuthorDate: Wed Jul 30 09:22:52 2025 +0800
fix(docs): correct invalid links in README_CN.md (#2958)
Fixed two incorrect links: CONTRIBUTING and dubbo-go-schema README now
point to the correct local files.
---
README_CN.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/README_CN.md b/README_CN.md
index 9ed9ad174..90a94d452 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -94,7 +94,7 @@ func main() {
* **智能辅助:** 在支持的 IDE 中为配置文件启用代码补全、提示和实时校验。
* **简化配置:** 帮助您轻松编写有效且准确的配置。
-有关使用详情,请参阅 [dubbo-go-schema
README](https://www.google.com/search?q=./tools/dubbo-go-schema/README.md)。
+有关使用详情,请参阅 [dubbo-go-schema README](./tools/dubbo-go-schema/README.md)。
###
[dubbogo-cli-v2](https://github.com/dubbogo/tools/tree/master/cmd/dubbogo-cli-v2)
@@ -144,7 +144,7 @@ func main() {
## 贡献代码
-关于提交补丁和贡献流程的详细信息,请访问
[CONTRIBUTING](https://www.google.com/search?q=./CONTRIBUTING.md)。
+关于提交补丁和贡献流程的详细信息,请访问 [CONTRIBUTING](./CONTRIBUTING.md)。
## 联系我们