diff options
| author | Oleksandr Redko <oleksandr.red+github@gmail.com> | 2024-12-17 20:14:16 +0200 |
|---|---|---|
| committer | Gopher Robot <gobot@golang.org> | 2024-12-17 10:54:56 -0800 |
| commit | e977b83b320b3aedca218566c42ee94c5fad6bb0 (patch) | |
| tree | 95a7525220cd24bf6c2023f69ab374d3580b1d69 /src | |
| parent | 4ac8f552e95521d292cc18ccc546739d41283b31 (diff) | |
| download | go-e977b83b320b3aedca218566c42ee94c5fad6bb0.tar.xz | |
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>
Diffstat (limited to 'src')
| -rw-r--r-- | src/cmd/go/alldocs.go | 2 | ||||
| -rw-r--r-- | src/cmd/go/internal/help/helpdoc.go | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/cmd/go/alldocs.go b/src/cmd/go/alldocs.go index 3a4473902c..5edd93599e 100644 --- a/src/cmd/go/alldocs.go +++ b/src/cmd/go/alldocs.go @@ -2250,7 +2250,7 @@ // // 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. // diff --git a/src/cmd/go/internal/help/helpdoc.go b/src/cmd/go/internal/help/helpdoc.go index e1240de710..3db3ed06b2 100644 --- a/src/cmd/go/internal/help/helpdoc.go +++ b/src/cmd/go/internal/help/helpdoc.go @@ -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. |
