aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStanislav Afanasev <php.progger@gmail.com>2017-12-11 23:45:19 +0300
committerAndrew Bonventre <andybons@golang.org>2018-01-22 21:15:00 +0000
commit6ac64a0692876818f9a9c813ca0e2b438d7689c3 (patch)
tree976a5c880778973a705674c0dbcb5e35eccb91e7
parentf94c408f4b4434895a4149e7ae9d0225081bbb6a (diff)
downloadgo-6ac64a0692876818f9a9c813ca0e2b438d7689c3.tar.gz
go-6ac64a0692876818f9a9c813ca0e2b438d7689c3.zip
[release-branch.go1.9] doc/contrib.html: fix outdated link
Change-Id: I6d94a14a781a2fbeb90db35ae3490ce2ac5f8ed1 Reviewed-on: https://go-review.googlesource.com/83315 Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org> (cherry picked from commit 2fb9fe48c63ed0b7eee36d0d8c2d494ad70602b0) Reviewed-on: https://go-review.googlesource.com/89036 Reviewed-by: Andrew Bonventre <andybons@golang.org>
-rw-r--r--doc/contrib.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/contrib.html b/doc/contrib.html
index 0290923bcd..c165f397fc 100644
--- a/doc/contrib.html
+++ b/doc/contrib.html
@@ -117,6 +117,6 @@ guidelines</a> for information on design, testing, and our code review process.
<p>
Check <a href="//golang.org/issue">the tracker</a> for
open issues that interest you. Those labeled
-<a href="https://github.com/golang/go/issues?q=is%3Aopen+is%3Aissue+label%3Ahelpwanted">helpwanted</a>
+<a href="https://github.com/golang/go/issues?q=is%3Aopen+is%3Aissue+label%3A%22help+wanted%22">help wanted</a>
are particularly in need of outside help.
</p>