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:
parent
1536a92c03
commit
4f9827a99d
@ -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() {
|
||||
|
Loading…
Reference in New Issue
Block a user