diff mbox

[wwwdocs] gcc-3.2/c++-abi.html - adjust link text for C++ ABI

Message ID alpine.LSU.2.20.1702012117050.2585@anthias.pfeifer.com
State New
Headers show

Commit Message

Gerald Pfeifer Feb. 1, 2017, 8:18 p.m. UTC
Applied, after a friendly hint off-list.

At first I was wondering whether to leave the text, but then it
had been updated already earlier (to mentor.com), so why not fix
it again?

Gerald
diff mbox

Patch

Index: gcc-3.2/c++-abi.html
===================================================================
RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-3.2/c++-abi.html,v
retrieving revision 1.8
diff -u -r1.8 c++-abi.html
--- gcc-3.2/c++-abi.html	28 Jun 2015 14:43:58 -0000	1.8
+++ gcc-3.2/c++-abi.html	1 Feb 2017 20:16:39 -0000
@@ -10,7 +10,7 @@ 
     The main point of the GCC 3.2 release is to have a relatively
     stable and common C++ ABI for GNU/Linux and BSD usage, following
     the documentation at
-    <a href="http://mentorembedded.github.io/cxx-abi/">http://sourcery.mentor.com/public/cxx-abi/</a>.
+    <a href="http://mentorembedded.github.io/cxx-abi/">http://mentorembedded.github.io/cxx-abi/</a>.
    
     Unfortunately this means that GCC 3.2 is incompatible with GCC 3.0
     and GCC 3.1 releases.</p>