diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2017-02-05 21:10:29 +0000 |
---|---|---|
committer | Gerald Pfeifer <gerald@gcc.gnu.org> | 2017-02-05 21:10:29 +0000 |
commit | e2f097374dcf1943ec3854f8cea5770eca321abf (patch) | |
tree | 2a385f8f98a81d7cdade7dce89a4b7bd11201857 /gcc/doc/standards.texi | |
parent | 5d358d79f792c798b7be0f07b656d77e34702e2a (diff) | |
download | gcc-e2f097374dcf1943ec3854f8cea5770eca321abf.zip gcc-e2f097374dcf1943ec3854f8cea5770eca321abf.tar.gz gcc-e2f097374dcf1943ec3854f8cea5770eca321abf.tar.bz2 |
standards.texi (Go Language): Update link to language standard.
* doc/standards.texi (Go Language): Update link to language
standard.
From-SVN: r245199
Diffstat (limited to 'gcc/doc/standards.texi')
-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 9f5317c..6aa793e 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) |