all: link to https for golang subdomains too

The previous commit (git 2ae77376) just did golang.org.  This one
includes golang.org subdomains like blog, play, and build.

Change-Id: I4469f7b307ae2a12ea89323422044e604c5133ae
Reviewed-on: https://go-review.googlesource.com/12071
Reviewed-by: Rob Pike <r@golang.org>
This commit is contained in:
Brad Fitzpatrick 2015-07-11 08:51:20 -06:00
parent 4735002f58
commit 783297ad6a
11 changed files with 11 additions and 11 deletions

View file

@ -4,7 +4,7 @@
// Package strings implements simple functions to manipulate UTF-8 encoded strings.
//
// For information about UTF-8 strings in Go, see http://blog.golang.org/strings.
// For information about UTF-8 strings in Go, see https://blog.golang.org/strings.
package strings
import (