summaryrefslogtreecommitdiff
path: root/CONTRIBUTING.md
diff options
context:
space:
mode:
authorAndrew Gerrand <adg@golang.org>2016-03-09 11:30:24 +1100
committerAndrew Gerrand <adg@golang.org>2016-03-09 00:52:42 +0000
commitb050adeebddb269cfb57f2c84acef7430326b6d5 (patch)
tree26c24d9e1018c05031acdc86f0c5b5904750ada4 /CONTRIBUTING.md
parent1afacd0e329a08279a6b417a4f92c97967eeed5e (diff)
downloadgo-git-b050adeebddb269cfb57f2c84acef7430326b6d5.tar.gz
doc: use new Gerrit URL and mention our instance in CONTRIBUTING.md
Fixes #14662 Change-Id: I8f7d5e8d2dd8dc763e940e061b424427359246e7 Reviewed-on: https://go-review.googlesource.com/20462 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Diffstat (limited to 'CONTRIBUTING.md')
-rw-r--r--CONTRIBUTING.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 712431cab5..4120daf281 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -26,7 +26,8 @@ Please read the [Contribution Guidelines](https://golang.org/doc/contribute.html
before sending patches.
**We do not accept GitHub pull requests**
-(we use [Gerrit](https://code.google.com/p/gerrit/) instead for code review).
+(we use [an instance](https://go-review.googlesource.com/) of the
+[Gerrit](https://www.gerritcodereview.com/) code review system instead).
Unless otherwise noted, the Go source files are distributed under
the BSD-style license found in the LICENSE file.