From 4432b055e99bc165f54c208eae41cfa4b69b5e2d Mon Sep 17 00:00:00 2001 From: gerald Date: Sun, 5 Feb 2017 21:10:29 +0000 Subject: [PATCH] * 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 --- gcc/ChangeLog | 5 +++++ gcc/doc/standards.texi | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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) -- 2.11.4.GIT