diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2023-01-28 11:23:16 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2023-01-28 11:23:16 +0100 |
commit | 4c1f9ff82582a62a1c10514dcdf7bc7456e5ca19 (patch) | |
tree | efdc829cdff7c504e577df45ceee5bf3b4925102 /gcc | |
parent | 8ca0f4992172b61f59cc6f82b35111e6b835c124 (diff) | |
download | gcc-4c1f9ff82582a62a1c10514dcdf7bc7456e5ca19.zip gcc-4c1f9ff82582a62a1c10514dcdf7bc7456e5ca19.tar.gz gcc-4c1f9ff82582a62a1c10514dcdf7bc7456e5ca19.tar.bz2 |
doc: Update Go1 link
gcc/ChangeLog:
* doc/standards.texi: Update Go1 link.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/standards.texi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index d9ee11c..b54502a 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -318,7 +318,7 @@ available online, see @uref{https://gcc.gnu.org/readings.html} @section Go Language As of the GCC 4.7.1 release, GCC supports the Go 1 language standard, -described at @uref{https://golang.org/doc/go1}. +described at @uref{https://go.dev/doc/go1}. @section D language |