This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "gcc-wwwdocs".
The branch, master has been updated
via 03788d369b55e26e2e588336c16775cf20bc8915 (commit)
from bc5cf1bf5f46575ae808a2852a18899c1e8b0eda (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 03788d369b55e26e2e588336c16775cf20bc8915
Author: Gerald Pfeifer <[email protected]>
Date: Sun Oct 5 10:20:51 2025 +0200
gcc-4.8: Use relative links where possible
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
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-4.8/changes.html | 3 +--
htdocs/gcc-4.8/porting_to.html | 3 +--
2 files changed, 2 insertions(+), 4 deletions(-)
hooks/post-receive
--
gcc-wwwdocs