diff --git a/cmd/godoc/x.go b/cmd/godoc/x.go index 1e609fbc..3b1ee3c2 100644 --- a/cmd/godoc/x.go +++ b/cmd/godoc/x.go @@ -35,7 +35,7 @@ var xMap = map[string]xRepo{ "text": {"https://code.google.com/p/go.text", "hg"}, "tools": {"https://code.google.com/p/go.tools", "hg"}, - "review": {"https://go.googlecode.com/review", "git"}, + "review": {"https://go.googlesource.com/review", "git"}, } func init() {