]> Cypherpunks repositories - gostls13.git/commitdiff
cmd/go/internal/help: use secure link to swig.org
authorOleksandr Redko <oleksandr.red+github@gmail.com>
Tue, 17 Dec 2024 18:14:16 +0000 (20:14 +0200)
committerGopher Robot <gobot@golang.org>
Tue, 17 Dec 2024 18:54:56 +0000 (10:54 -0800)
Change-Id: Ifd315128ceeddf92bc16647869c3ace77ed1f430
Reviewed-on: https://go-review.googlesource.com/c/go/+/637195
Reviewed-by: Michael Matloob <matloob@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>

src/cmd/go/alldocs.go
src/cmd/go/internal/help/helpdoc.go

index 3a4473902cb8f1c33bc5a8465ea4ca58d929932f..5edd93599e56d8c55321681ab4d6cb1eae391833 100644 (file)
 //
 // The second is the SWIG program, which is a general tool for
 // interfacing between languages. For information on SWIG see
-// http://swig.org/. When running go build, any file with a .swig
+// https://swig.org/. When running go build, any file with a .swig
 // extension will be passed to SWIG. Any file with a .swigcxx extension
 // will be passed to SWIG with the -c++ option.
 //
index e1240de710b7a98244fc003b7783e1479c9eabc0..3db3ed06b2c9e335b0f8ed105ff75c1e712bcd5a 100644 (file)
@@ -17,7 +17,7 @@ information on how to use it see the cgo documentation (go doc cmd/cgo).
 
 The second is the SWIG program, which is a general tool for
 interfacing between languages. For information on SWIG see
-http://swig.org/. When running go build, any file with a .swig
+https://swig.org/. When running go build, any file with a .swig
 extension will be passed to SWIG. Any file with a .swigcxx extension
 will be passed to SWIG with the -c++ option.