From: Gerald Pfeifer Date: Sun, 5 Feb 2017 21:10:29 +0000 (+0000) Subject: standards.texi (Go Language): Update link to language standard. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e2f097374dcf1943ec3854f8cea5770eca321abf;p=gcc.git standards.texi (Go Language): Update link to language standard. * doc/standards.texi (Go Language): Update link to language standard. From-SVN: r245199 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e639772f8a5..80036b5cb2c 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,8 @@ +2017-02-05 Gerald Pfeifer + + * doc/standards.texi (Go Language): Update link to language + standard. + 2017-02-05 Jan Hubicka * tree-eh.c (lower_resx): Sanitize profile. diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi index 9f5317cc03e..6aa793efd3a 100644 --- a/gcc/doc/standards.texi +++ b/gcc/doc/standards.texi @@ -299,7 +299,7 @@ available online, see @uref{http://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{http://golang.org/doc/go1.html}. +described at @uref{https://golang.org/doc/go1}. @section HSA Intermediate Language (HSAIL)