浏览代码

Merge pull request #3769 from msoap/fix-docs

documentation: changed link to style doc
LGTM. Link accurate (old link was redir'd anyway).
Tiny fix, doc-only, so directly merging.
Josh Wood 10 年之前
父节点
当前提交
695a5148cf
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      CONTRIBUTING.md

+ 1 - 1
CONTRIBUTING.md

@@ -35,7 +35,7 @@ Thanks for your contributions!
 
 
 ### Code style
 ### Code style
 
 
-The coding style suggested by the Golang community is used in etcd. See the [style doc](https://code.google.com/p/go-wiki/wiki/CodeReviewComments) for details.
+The coding style suggested by the Golang community is used in etcd. See the [style doc](https://github.com/golang/go/wiki/CodeReviewComments) for details.
 
 
 Please follow this style to make etcd easy to review, maintain and develop.
 Please follow this style to make etcd easy to review, maintain and develop.