aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerald Pfeifer <gerald@pfeifer.com>2024-05-27 00:23:38 +0200
committerGerald Pfeifer <gerald@pfeifer.com>2024-05-27 00:23:38 +0200
commita06df6644a4403bb63b0ab68532ea67b938d8baf (patch)
tree8ac78c145609cdc930a1ab57a4dedf186b3f5a01
parent53d919873c56cec0e7354907e8da3d8dba158a69 (diff)
downloadgcc-a06df6644a4403bb63b0ab68532ea67b938d8baf.zip
gcc-a06df6644a4403bb63b0ab68532ea67b938d8baf.tar.gz
gcc-a06df6644a4403bb63b0ab68532ea67b938d8baf.tar.bz2
go: Move web references from golang.org to go.dev.
gcc/go: * gccgo.texi (Top): Move a web reference from golang.org to go.dev. (C Interoperability): Move a web reference from golang.org to pkg.go.dev.
-rw-r--r--gcc/go/gccgo.texi5
1 files changed, 2 insertions, 3 deletions
diff --git a/gcc/go/gccgo.texi b/gcc/go/gccgo.texi
index a83d0fc..361f4e2 100644
--- a/gcc/go/gccgo.texi
+++ b/gcc/go/gccgo.texi
@@ -80,7 +80,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{https://golang.org/}.
+package documentation, see @uref{https://go.dev}.
@menu
* Copying:: The GNU General Public License.
@@ -389,8 +389,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{https://golang.org/cmd/cgo}.
+use @code{import "C"}, as described at @url{https://pkg.go.dev/cmd/cgo}.
@menu
* C Type Interoperability:: How C and Go types match up.