mirror of
https://github.com/golang/go.git
synced 2025-12-08 06:10:04 +00:00
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:
parent
4735002f58
commit
783297ad6a
11 changed files with 11 additions and 11 deletions
|
|
@ -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 (
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue