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 c360db8ee8dbc6a496d739ef79ffcbcdd2d5acc4 (commit)
from aceee1df67e378cd124e3186b90bced0c5cb01b0 (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 c360db8ee8dbc6a496d739ef79ffcbcdd2d5acc4
Author: Gerald Pfeifer <[email protected]>
Date: Tue Jun 2 09:58:45 2026 +0200
style: Adjust Wiki URL
Without this trailing space we now incur a 302 redirect.
diff --git a/htdocs/style.mhtml b/htdocs/style.mhtml
index 5bd5190c..11f04f8d 100644
--- a/htdocs/style.mhtml
+++ b/htdocs/style.mhtml
@@ -92,7 +92,7 @@
· <a
href="https://gcc.gnu.org/install/specific.html">Platforms</a><br>
<a href="<get-var BACKPATH>onlinedocs/">Manual</a><br>
<a href="<get-var BACKPATH>faq.html">FAQ</a><br>
- <a href="https://gcc.gnu.org/wiki">Wiki</a><br>
+ <a href="https://gcc.gnu.org/wiki/">Wiki</a><br>
<a href="<get-var BACKPATH>readings.html">Pointers</a>
</td></tr>
</table></td></tr>
-----------------------------------------------------------------------
Summary of changes:
htdocs/style.mhtml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
hooks/post-receive
--
gcc-wwwdocs