summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorHans Wennborg <hans@hanshq.net>2017-11-13 23:47:58 +0000
committerHans Wennborg <hans@hanshq.net>2017-11-13 23:47:58 +0000
commit138434e367bea8264cccd033e80609b0c7af1b93 (patch)
treedf4d81479ed01a56e4f3a180e55eedf67ea82aa2 /docs
parent89cd1926903f6242a1d949a53030f2dbc3ded195 (diff)
Update some code.google.com links
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@318115 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'docs')
-rw-r--r--docs/CodingStandards.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/CodingStandards.rst b/docs/CodingStandards.rst
index 0de2fc6b1a8..231c034be19 100644
--- a/docs/CodingStandards.rst
+++ b/docs/CodingStandards.rst
@@ -203,7 +203,7 @@ this means are `Effective Go`_ and `Go Code Review Comments`_.
https://golang.org/doc/effective_go.html
.. _Go Code Review Comments:
- https://code.google.com/p/go-wiki/wiki/CodeReviewComments
+ https://github.com/golang/go/wiki/CodeReviewComments
Mechanical Source Issues
========================