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 82a75d37f31aa7039fbfd253e362a9d24dc3eea5 (commit)
from 4698d927d9f45a2c044f4e9fd1cb64b41bd39c6a (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 82a75d37f31aa7039fbfd253e362a9d24dc3eea5
Author: Gerald Pfeifer <[email protected]>
Date: Thu Apr 30 20:48:50 2026 +0200
gcc-4.7: Make release notes links relative
diff --git a/htdocs/gcc-4.7/changes.html b/htdocs/gcc-4.7/changes.html
index fa9e08a0..5c3116fe 100644
--- a/htdocs/gcc-4.7/changes.html
+++ b/htdocs/gcc-4.7/changes.html
@@ -135,9 +135,8 @@
by this change. (This change affects GCC versions 4.7.2 and later.)</li>
<li>More information on porting to GCC 4.7 from previous versions
- of GCC can be found in
- the <a href="https://gcc.gnu.org/gcc-4.7/porting_to.html">porting
- guide</a> for this release.</li>
+ of GCC can be found in the <a href="porting_to.html">porting guide</a>
+ for this release.</li>
</ul>
diff --git a/htdocs/gcc-4.7/porting_to.html b/htdocs/gcc-4.7/porting_to.html
index fbb940a6..5d973a6c 100644
--- a/htdocs/gcc-4.7/porting_to.html
+++ b/htdocs/gcc-4.7/porting_to.html
@@ -12,8 +12,7 @@
<p>
The GCC 4.7 release series differs from previous GCC releases in more
-than the usual list of
-<a href="https://gcc.gnu.org/gcc-4.7/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 runtime
-----------------------------------------------------------------------
Summary of changes:
htdocs/gcc-4.7/changes.html | 5 ++---
htdocs/gcc-4.7/porting_to.html | 3 +--
2 files changed, 3 insertions(+), 5 deletions(-)
hooks/post-receive
--
gcc-wwwdocs