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)