all: refer to build.golang.org by HTTPS URLs only
Most of these are documentation fixes.
Change-Id: If100cc2ef0ee0b8b47a1e96e4c51a2be8caf5842
Reviewed-on: https://go-review.googlesource.com/22366
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
diff --git a/types/types.go b/types/types.go
index 0a63ca9..d8a09aa 100644
--- a/types/types.go
+++ b/types/types.go
@@ -7,7 +7,7 @@
package types
// BuildStatus is the data structure that's marshalled as JSON
-// for the http://build.golang.org/?mode=json page.
+// for the https://build.golang.org/?mode=json page.
type BuildStatus struct {
// Builders is a list of all known builders.
// The order that builders appear is the same order as the build results for a revision.
@@ -20,7 +20,7 @@
}
// BuildRevision is the status of a commit across all builders.
-// It corresponds to a single row of http://build.golang.org/
+// It corresponds to a single row of https://build.golang.org/
type BuildRevision struct {
// Repo is "go" for the main repo, else "tools", "crypto", "net", etc.
// These are repos as listed at https://go.googlesource.com/