diff options
author | Martin Liska <mliska@suse.cz> | 2021-12-28 11:05:52 +0100 |
---|---|---|
committer | Martin Liska <mliska@suse.cz> | 2021-12-28 11:05:52 +0100 |
commit | af458885cf31e1612084d3e7441e233e4fbc397a (patch) | |
tree | df458c871a3fe0c932b69c489e6a70b7be3fc265 /gcc/go | |
parent | c00c06b78418363632ecd769dddde98455cb4182 (diff) | |
parent | a187edd2b437fc9571d57f771a624963fcce08f8 (diff) | |
download | gcc-af458885cf31e1612084d3e7441e233e4fbc397a.zip gcc-af458885cf31e1612084d3e7441e233e4fbc397a.tar.gz gcc-af458885cf31e1612084d3e7441e233e4fbc397a.tar.bz2 |
Merge branch 'master' into devel/sphinx
Diffstat (limited to 'gcc/go')
-rw-r--r-- | gcc/go/gccgo.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/go/gccgo.texi b/gcc/go/gccgo.texi index 1d3f5b1..e2da482 100644 --- a/gcc/go/gccgo.texi +++ b/gcc/go/gccgo.texi @@ -45,7 +45,7 @@ This manual describes how to use @command{gccgo}, the GNU compiler for the Go programming language. This manual is specifically about @command{gccgo}. For more information about the Go programming language in general, including language specifications and standard -package documentation, see @uref{http://golang.org/}. +package documentation, see @uref{https://golang.org/}. @menu * Copying:: The GNU General Public License. @@ -335,7 +335,7 @@ or with C++ code compiled using @code{extern "C"}. This information is provided largely for documentation purposes. For ordinary use it is best to build programs with the go tool and then use @code{import "C"}, as described at -@url{http://golang.org/cmd/cgo}. +@url{https://golang.org/cmd/cgo}. @menu * C Type Interoperability:: How C and Go types match up. |