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(-)

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>
-- 
2.34.0

Reply via email to