documentation: changed link to style doc

Go-project has been moved from code.google.com to github.com
release-2.3
Sergey Mudrik 2015-10-28 21:49:28 +02:00
parent 099d8674c4
commit 3dad5fffc0
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ Thanks for your contributions!
### 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.