Skip to content

Commit

Permalink
doc: use new Gerrit URL and mention our instance in CONTRIBUTING.md
Browse files Browse the repository at this point in the history
Fixes golang#14662

Change-Id: I8f7d5e8d2dd8dc763e940e061b424427359246e7
Reviewed-on: https://go-review.googlesource.com/20462
Reviewed-by: Brad Fitzpatrick <[email protected]>
  • Loading branch information
adg committed Mar 9, 2016
1 parent 1afacd0 commit b050ade
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion doc/contribute.html
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ <h2 id="Code_review">Code review</h2>
A custom git command called <code>git-codereview</code>,
discussed below, helps manage the code review process through a Google-hosted
<a href="https://go-review.googlesource.com/">instance</a> of the code review
system called <a href="https://code.google.com/p/gerrit/">Gerrit</a>.
system called <a https://www.gerritcodereview.com/">Gerrit</a>.
</p>

<h3 id="auth">Set up authentication for code review</h3>
Expand Down

0 comments on commit b050ade

Please sign in to comment.