From 9e66c59fb14f2ba4da1447eff0fef0d85a8aad8c Mon Sep 17 00:00:00 2001 From: Andrew Gerrand Date: Mon, 8 Dec 2014 10:30:52 +1100 Subject: [PATCH] x/tools/cmd/godoc: update golang.org/x/ redirects to point to git repos LGTM=dsymonds R=dsymonds CC=golang-codereviews https://golang.org/cl/182620043 --- cmd/godoc/x.go | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/cmd/godoc/x.go b/cmd/godoc/x.go index 55fd646ffa..f1d4f35410 100644 --- a/cmd/godoc/x.go +++ b/cmd/godoc/x.go @@ -22,21 +22,21 @@ type xRepo struct { } var xMap = map[string]xRepo{ - "benchmarks": {"https://code.google.com/p/go.benchmarks", "hg"}, - "blog": {"https://code.google.com/p/go.blog", "hg"}, "codereview": {"https://code.google.com/p/go.codereview", "hg"}, - "crypto": {"https://code.google.com/p/go.crypto", "hg"}, - "exp": {"https://code.google.com/p/go.exp", "hg"}, - "image": {"https://code.google.com/p/go.image", "hg"}, - "mobile": {"https://code.google.com/p/go.mobile", "hg"}, - "net": {"https://code.google.com/p/go.net", "hg"}, - "sys": {"https://code.google.com/p/go.sys", "hg"}, - "talks": {"https://code.google.com/p/go.talks", "hg"}, - "text": {"https://code.google.com/p/go.text", "hg"}, - "tools": {"https://code.google.com/p/go.tools", "hg"}, - "oauth2": {"https://go.googlesource.com/oauth2", "git"}, - "review": {"https://go.googlesource.com/review", "git"}, + "benchmarks": {"https://go.googlesource.com/benchmarks", "git"}, + "blog": {"https://go.googlesource.com/blog", "git"}, + "crypto": {"https://go.googlesource.com/crypto", "git"}, + "exp": {"https://go.googlesource.com/exp", "git"}, + "image": {"https://go.googlesource.com/image", "git"}, + "mobile": {"https://go.googlesource.com/mobile", "git"}, + "net": {"https://go.googlesource.com/net", "git"}, + "oauth2": {"https://go.googlesource.com/oauth2", "git"}, + "review": {"https://go.googlesource.com/review", "git"}, + "sys": {"https://go.googlesource.com/sys", "git"}, + "talks": {"https://go.googlesource.com/talks", "git"}, + "text": {"https://go.googlesource.com/text", "git"}, + "tools": {"https://go.googlesource.com/tools", "git"}, } func init() {