You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@dubbo.apache.org by al...@apache.org on 2019/09/29 13:20:35 UTC

[dubbo-go] branch develop updated: Doc: change the link of contribution-info

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 d43d90e  Doc: change the link of contribution-info
     new 2085d37  Merge pull request #234 from flycash/doc/contribution-link
d43d90e is described below

commit d43d90e125765bf0832d74d17562e665dc22efba
Author: Ming Deng <mi...@ebay.com>
AuthorDate: Sun Sep 29 21:07:30 2019 +0800

    Doc: change the link of contribution-info
---
 README.md    | 2 +-
 README_CN.md | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index 97b6679..fe8aa1f 100644
--- a/README.md
+++ b/README.md
@@ -73,7 +73,7 @@ go test ./... -coverprofile=coverage.txt -covermode=atomic
 
 ## Contributing
 
-If you are willing to do some code contributions and document contributions to [Apache/dubbo-go](https://github.com/apache/dubbo-go), please visit [contribution intro](https://github.com/apache/dubbo-go/blob/master/cg.md).
+If you are willing to do some code contributions and document contributions to [Apache/dubbo-go](https://github.com/apache/dubbo-go), please visit [contribution intro](https://github.com/apache/dubbo-go/blob/master/contributing.md).
 
 ## Benchmark
 
diff --git a/README_CN.md b/README_CN.md
index bceff86..e1099f7 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -73,7 +73,7 @@ go test ./... -coverprofile=coverage.txt -covermode=atomic
 
 ## 如何贡献
 
-如果您愿意给 [Apache/dubbo-go](https://github.com/apache/dubbo-go) 贡献代码或者文档,我们都热烈欢迎。具体请参考 [contribution intro](https://github.com/apache/dubbo-go/blob/master/cg.md)。
+如果您愿意给 [Apache/dubbo-go](https://github.com/apache/dubbo-go) 贡献代码或者文档,我们都热烈欢迎。具体请参考 [contribution intro](https://github.com/apache/dubbo-go/blob/master/contributing.md)。
 
 ## 性能测试 ##