Pushed. Gerald --- htdocs/gcc-4.8/changes.html | 3 +-- htdocs/gcc-4.8/porting_to.html | 3 +-- 2 files changed, 2 insertions(+), 4 deletions(-)
diff --git a/htdocs/gcc-4.8/changes.html b/htdocs/gcc-4.8/changes.html index 0c24ccdc..00b17e35 100644 --- a/htdocs/gcc-4.8/changes.html +++ b/htdocs/gcc-4.8/changes.html @@ -52,8 +52,7 @@ by this change.</p> <p> More information on porting to GCC 4.8 from previous versions - of GCC can be found in - the <a href="https://gcc.gnu.org/gcc-4.8/porting_to.html">porting + of GCC can be found in the <a href="porting_to.html">porting guide</a> for this release. </p> diff --git a/htdocs/gcc-4.8/porting_to.html b/htdocs/gcc-4.8/porting_to.html index 68c3bb69..2c2a5b10 100644 --- a/htdocs/gcc-4.8/porting_to.html +++ b/htdocs/gcc-4.8/porting_to.html @@ -12,8 +12,7 @@ <p> The GCC 4.8 release series differs from previous GCC releases in more -than the usual list of -<a href="https://gcc.gnu.org/gcc-4.8/changes.html">changes</a>. Some of +than the usual list of <a href="changes.html">changes</a>. Some of these are a result of bug fixing, and some old behaviors have been intentionally changed in order to support new standards, or relaxed in standards-conforming ways to facilitate compilation or run-time -- 2.51.0
