1
0
mirror of https://github.com/golang/go synced 2024-11-18 12:44:49 -07:00

x/tools/cmd/godoc: fix bad repository path

Not caught by inattentive reviewer. Pick up your game, people.

LGTM=r
R=r
CC=golang-codereviews
https://golang.org/cl/180880043
This commit is contained in:
Andrew Gerrand 2014-11-19 15:51:44 +11:00
parent 1536a92c03
commit 4f9827a99d

View File

@ -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() {