]> Cypherpunks repositories - gostls13.git/commitdiff
all: link to https for golang subdomains too
authorBrad Fitzpatrick <bradfitz@golang.org>
Sat, 11 Jul 2015 14:51:20 +0000 (08:51 -0600)
committerBrad Fitzpatrick <bradfitz@golang.org>
Sun, 12 Jul 2015 04:42:40 +0000 (04:42 +0000)
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>
doc/go_faq.html
doc/gopher/README
src/cmd/compile/internal/big/float.go
src/cmd/pprof/doc.go
src/encoding/gob/doc.go
src/encoding/json/fold.go
src/go/types/builtins.go
src/go/types/decl.go
src/math/big/float.go
src/net/http/pprof/pprof.go
src/strings/strings.go

index d5ee80570352386bdc6b3eea7ba61da6f0fc6d44..78a96568bc6b01eb63cc9926dfc628fdbf56882b 100644 (file)
@@ -893,7 +893,7 @@ encourages you to be explicit.
 </p>
 
 <p>
-A blog post titled <a href="http://blog.golang.org/constants">Constants</a>
+A blog post titled <a href="https://blog.golang.org/constants">Constants</a>
 explores this topic in more detail.
 </p>
 
index 936a24c66a39a393a0b41248275f4ad7389c0a91..d4ca8a1c2dc1ef2354e1a3c6861271572ae67005 100644 (file)
@@ -1,3 +1,3 @@
 The Go gopher was designed by Renee French. (http://reneefrench.blogspot.com/)
 The design is licensed under the Creative Commons 3.0 Attributions license.
-Read this article for more details: http://blog.golang.org/gopher
+Read this article for more details: https://blog.golang.org/gopher
index c18a4657fc23f94fb48a1ca84bceb5020701c079..d7aa8953c435ce45684a7d58770e1644028c2224 100644 (file)
@@ -1406,7 +1406,7 @@ func (x *Float) ucmp(y *Float) int {
 // sum (or difference) shall be −0. However, x+x = x−(−x) retains the same
 // sign as x even when x is zero.
 //
-// See also: http://play.golang.org/p/RtH3UCt5IH
+// See also: https://play.golang.org/p/RtH3UCt5IH
 
 // Add sets z to the rounded sum x+y and returns z. If z's precision is 0,
 // it is changed to the larger of x's or y's precision before the operation.
index c6ff11d10286fac90924d6c4dd2342e4c94d6a77..1e094feee3905fa50717173b0ef134fc3772dd9e 100644 (file)
@@ -8,5 +8,5 @@
 //
 //     go tool pprof binary profile
 //
-// For more information, see http://blog.golang.org/profiling-go-programs.
+// For more information, see https://blog.golang.org/profiling-go-programs.
 package main
index 31223b6d43b0cf20367a8473c3ea3bea08763d43..4d3d0076fbc570a32ef7cdb83ae7d12b15a3bc5f 100644 (file)
@@ -246,7 +246,7 @@ where * signifies zero or more repetitions and the type id of a value must
 be predefined or be defined before the value in the stream.
 
 See "Gobs of data" for a design discussion of the gob wire format:
-http://blog.golang.org/gobs-of-data
+https://blog.golang.org/gobs-of-data
 */
 package gob
 
index d6f77c93e57fca9808fbb417b73cb2987c13922a..9e170127dbac439b7ccbd87537167a78379db84a 100644 (file)
@@ -26,7 +26,7 @@ const (
 // The letters S and K are special because they map to 3 runes, not just 2:
 //  * S maps to s and to U+017F 'ſ' Latin small letter long s
 //  * k maps to K and to U+212A 'K' Kelvin sign
-// See http://play.golang.org/p/tTxjOc0OGo
+// See https://play.golang.org/p/tTxjOc0OGo
 //
 // The returned function is specialized for matching against s and
 // should only be given s. It's not curried for performance reasons.
index c224699e3c2206fc522d96f78e7c25b96a6acce1..3b81b0760b5d9d70ec77b0c8f8c87b931b250bf2 100644 (file)
@@ -502,7 +502,7 @@ func (check *Checker) builtin(x *operand, call *ast.CallExpr, id builtinId) (_ b
                case *Func:
                        // TODO(gri) Using derefStructPtr may result in methods being found
                        // that don't actually exist. An error either way, but the error
-                       // message is confusing. See: http://play.golang.org/p/al75v23kUy ,
+                       // message is confusing. See: https://play.golang.org/p/al75v23kUy ,
                        // but go/types reports: "invalid argument: x.m is a method value".
                        check.invalidArg(arg0.Pos(), "%s is a method value", arg0)
                        return
index ad90872106f8987d8fce728e6ca00167159b7395..9be7565771046dacbdf0b2f5564e025b92de1480 100644 (file)
@@ -228,7 +228,7 @@ func (check *Checker) typeDecl(obj *TypeName, typ ast.Expr, def *Named, path []*
        // TODO(gri) It's easy to create pathological cases where the
        // current approach is incorrect: In general we need to know
        // and add all methods _before_ type-checking the type.
-       // See http://play.golang.org/p/WMpE0q2wK8
+       // See https://play.golang.org/p/WMpE0q2wK8
        check.addMethodDecls(obj)
 }
 
index c18a4657fc23f94fb48a1ca84bceb5020701c079..d7aa8953c435ce45684a7d58770e1644028c2224 100644 (file)
@@ -1406,7 +1406,7 @@ func (x *Float) ucmp(y *Float) int {
 // sum (or difference) shall be −0. However, x+x = x−(−x) retains the same
 // sign as x even when x is zero.
 //
-// See also: http://play.golang.org/p/RtH3UCt5IH
+// See also: https://play.golang.org/p/RtH3UCt5IH
 
 // Add sets z to the rounded sum x+y and returns z. If z's precision is 0,
 // it is changed to the larger of x's or y's precision before the operation.
index 02cde50535153585a6759a2ebed9f8a5f7ddd088..bbca292f45948905287305284808db2afeca2c81 100644 (file)
@@ -43,7 +43,7 @@
 //
 // For a study of the facility in action, visit
 //
-//     http://blog.golang.org/2011/06/profiling-go-programs.html
+//     https://blog.golang.org/2011/06/profiling-go-programs.html
 //
 package pprof
 
index 3f5f3f7f01386d57f551dda88fc9b7ccbdb9deb6..dd51dabb3225b0d5a1aa1ff3529e8edf8703c112 100644 (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 (