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:
Andrew Gerrand 2014-11-19 08:51:39 +11:00
parent 0088b7ecd7
commit a3be5384d5
1 changed files with 1 additions and 0 deletions

View File

@ -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/",
}