From: gerald Date: Sun, 5 Feb 2017 21:10:29 +0000 (+0000) Subject: * doc/standards.texi (Go Language): Update link to language X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4432b055e99bc165f54c208eae41cfa4b69b5e2d;p=thirdparty%2Fgcc.git * doc/standards.texi (Go Language): Update link to language standard. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@245199 138bc75d-0d04-0410-961f-82ee72b054a4 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index e639772f8a5d..80036b5cb2c6 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 9f5317cc03e6..6aa793efd3a3 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)