From 3dad5fffc055ae7244fb5506a73a151e0631be53 Mon Sep 17 00:00:00 2001 From: Sergey Mudrik Date: Wed, 28 Oct 2015 21:49:28 +0200 Subject: [PATCH] documentation: changed link to style doc Go-project has been moved from code.google.com to github.com --- CONTRIBUTING.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 288d45a47..250c27307 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.