[committed] wwwdocs: gcc-4.6: Avoid link to Go

Message ID 20211205075139.E8F8733EE4@hamza.pair.com
State Committed
Headers
Series [committed] wwwdocs: gcc-4.6: Avoid link to Go |

Commit Message

Gerald Pfeifer Dec. 5, 2021, 7:51 a.m. UTC
  Go is sufficiently known these days that we don't need to link when
we refer to it (all the more in this older page which few will read)
and when doing so reduces link maintenance work.
---
 htdocs/gcc-4.6/changes.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
  

Patch

diff --git a/htdocs/gcc-4.6/changes.html b/htdocs/gcc-4.6/changes.html
index 4b5a706e..e81e2704 100644
--- a/htdocs/gcc-4.6/changes.html
+++ b/htdocs/gcc-4.6/changes.html
@@ -618,8 +618,8 @@ 
 
 <h3 id="go">Go</h3>
 
-<p>Support for the <a href="https://golang.org/">Go programming
-    language</a> has been added to GCC.  It is not enabled by default
+<p>Support for the Go programming language has been added to GCC.
+    It is not enabled by default
     when you build GCC; use the <code>--enable-languages</code>
     configure option to build it.  The driver program for compiling Go
     code is <code>gccgo</code>.</p>