cmd/googlegolangorg: update Google API repo URLs

We are moving google-api-go-client to GitHub.

Change-Id: I1f231032f6881f0167dd742a0e46f725326ffca8
Reviewed-on: https://go-review.googlesource.com/c/website/+/234532
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
Run-TryBot: Dmitri Shuralyov <dmitshur@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
This commit is contained in:
Chris Broadfoot 2020-05-19 16:35:41 -07:00
Родитель 050186bdd1
Коммит c7d8b1c4e2
1 изменённых файлов: 5 добавлений и 5 удалений

Просмотреть файл

@ -12,8 +12,8 @@ import (
var repoMap = map[string]*repoImport{
"api": {
VCS: "git",
URL: "https://code.googlesource.com/google-api-go-client",
Src: github("google/google-api-go-client"),
URL: "https://github.com/googleapis/google-api-go-client",
Src: github("googleapis/google-api-go-client"),
},
"appengine": {
VCS: "git",
@ -25,12 +25,12 @@ var repoMap = map[string]*repoImport{
// here gives nicer errors in godoc.org and the go tool.
VCS: "git",
URL: "https://code.googlesource.com/gocloud",
Src: github("GoogleCloudPlatform/gcloud-golang"),
Src: github("googleapis/google-cloud-go"),
},
"genproto": {
VCS: "git",
URL: "https://github.com/google/go-genproto",
Src: github("google/go-genproto"),
URL: "https://github.com/googleapis/go-genproto",
Src: github("googleapis/go-genproto"),
},
"grpc": {
VCS: "git",