From: Andrew Gerrand Date: Wed, 9 Mar 2016 00:30:24 +0000 (+1100) Subject: doc: use new Gerrit URL and mention our instance in CONTRIBUTING.md X-Git-Tag: go1.7beta1~1460 X-Git-Url: http://www.git.cypherpunks.ru/?a=commitdiff_plain;h=b050adeebddb269cfb57f2c84acef7430326b6d5;p=gostls13.git 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 --- 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. diff --git a/doc/contribute.html b/doc/contribute.html index 4619c81124..b624c6675c 100644 --- a/doc/contribute.html +++ b/doc/contribute.html @@ -78,7 +78,7 @@ no matter who makes the change. A custom git command called git-codereview, discussed below, helps manage the code review process through a Google-hosted instance of the code review -system called Gerrit. +system called Gerrit.

Set up authentication for code review