cmd/go/internal/help: use secure link to swig.org

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>
This commit is contained in:
Oleksandr Redko 2024-12-17 20:14:16 +02:00 committed by Gopher Robot
parent 4ac8f552e9
commit e977b83b32
2 changed files with 2 additions and 2 deletions

View file

@ -2250,7 +2250,7 @@
// //
// The second is the SWIG program, which is a general tool for // The second is the SWIG program, which is a general tool for
// interfacing between languages. For information on SWIG see // 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 // extension will be passed to SWIG. Any file with a .swigcxx extension
// will be passed to SWIG with the -c++ option. // will be passed to SWIG with the -c++ option.
// //

View 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 The second is the SWIG program, which is a general tool for
interfacing between languages. For information on SWIG see 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 extension will be passed to SWIG. Any file with a .swigcxx extension
will be passed to SWIG with the -c++ option. will be passed to SWIG with the -c++ option.