x/tools/godoc/redirect: add redirect for Gerrit reviews at /review/
LGTM=rsc, bradfitz R=bradfitz, rsc CC=golang-codereviews https://golang.org/cl/178960043
This commit is contained in:
parent
0088b7ecd7
commit
a3be5384d5
|
@ -129,6 +129,7 @@ var prefixHelpers = map[string]string{
|
|||
"cl": "https://codereview.appspot.com/",
|
||||
"issue": "https://code.google.com/p/go/issues/detail?id=",
|
||||
"play": "http://play.golang.org/",
|
||||
"review": "https://go-review.googlesource.com/#/q/",
|
||||
"talks": "http://talks.golang.org/",
|
||||
"wiki": "https://code.google.com/p/go-wiki/wiki/",
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue