...so adjust all the links. Applied. Gerald
Index: faq.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/faq.html,v retrieving revision 1.220 diff -u -r1.220 faq.html --- faq.html 29 Jun 2014 20:12:59 -0000 1.220 +++ faq.html 27 Jun 2015 19:25:29 -0000 @@ -429,7 +429,7 @@ <p>For more details about the way that GCC implements these and other C++ features, please read the <a -href="http://mentorembedded.github.com/cxx-abi/">C++ ABI specification</a>. +href="http://mentorembedded.github.io/cxx-abi/">C++ ABI specification</a>. Note the <code>std::type_info</code> objects which <i>must</i> be resolved all begin with "_ZTS". Refer to <code>ld</code>'s documentation for a description of the "<code>-E</code>" & Index: readings.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/readings.html,v retrieving revision 1.238 diff -u -r1.238 readings.html --- readings.html 27 Jun 2015 18:46:13 -0000 1.238 +++ readings.html 27 Jun 2015 19:25:29 -0000 @@ -37,7 +37,7 @@ by Joachim Nadler and Tim Josling <<a href="mailto:t...@melbpc.org.au">t...@melbpc.org.au</a>>.</li> - <li><a href="http://mentorembedded.github.com/cxx-abi/"> + <li><a href="http://mentorembedded.github.io/cxx-abi/"> The V3 multi-vendor standard C++ ABI</a> is used in GCC releases 3.0 and above.</li> Index: gcc-4.0/changes.html =================================================================== RCS file: /cvs/gcc/wwwdocs/htdocs/gcc-4.0/changes.html,v retrieving revision 1.66 diff -u -r1.66 changes.html --- gcc-4.0/changes.html 28 Jun 2014 22:44:28 -0000 1.66 +++ gcc-4.0/changes.html 27 Jun 2015 19:25:30 -0000 @@ -182,7 +182,7 @@ <a href="#visibility"><code>-fvisibility</code> option</a>.</li> <li>The compiler now uses the library interface specified by the <a - href="http://mentorembedded.github.com/cxx-abi/">C++ ABI</a> for + href="http://mentorembedded.github.io/cxx-abi/">C++ ABI</a> for thread-safe initialization of function-scope static variables. Most users should leave this alone, but embedded programmers may want to disable this by specifying