1
0
mirror of https://github.com/golang/go synced 2024-11-27 05:11:22 -07:00

doc/contribute: golang-dev -> golang-codereviews

R=golang-codereviews, iant
CC=golang-codereviews
https://golang.org/cl/46320043
This commit is contained in:
Shawn Smith 2013-12-29 11:11:28 -08:00 committed by Ian Lance Taylor
parent c989a0b2f7
commit 2f5f193923

View File

@ -240,7 +240,7 @@ These can be code review nicknames or arbitrary email addresses.
Unless explicitly told otherwise, such as in the discussion leading Unless explicitly told otherwise, such as in the discussion leading
up to sending in the change list, leave the reviewer field blank. up to sending in the change list, leave the reviewer field blank.
This means that the This means that the
<a href="http://groups.google.com/group/golang-dev">golang-dev@googlegroups.com</a> <a href="http://groups.google.com/group/golang-codereviews">golang-codereviews@googlegroups.com</a>
mailing list will be used as the reviewer. mailing list will be used as the reviewer.
</p> </p>
@ -270,7 +270,7 @@ After editing, the template might now read:
# Lines beginning with # are ignored. # Lines beginning with # are ignored.
# Multi-line values should be indented. # Multi-line values should be indented.
Reviewer: golang-dev@googlegroups.com Reviewer: golang-codereviews@googlegroups.com
CC: math-nuts@swtch.com CC: math-nuts@swtch.com
Description: Description:
@ -448,7 +448,7 @@ lines blank and then run:
</p> </p>
<pre> <pre>
$ hg mail -r golang-dev@googlegroups.com --cc math-nuts@swtch.com 99999 $ hg mail -r golang-codereviews@googlegroups.com --cc math-nuts@swtch.com 99999
</pre> </pre>
<p>to achieve the same effect.</p> <p>to achieve the same effect.</p>