[pushed] wwwdocs: faq: Refer to gcc-testresults instead of buildstat.html

Message ID 20231123004751.7797533EC4@hamza.pair.com
State Unresolved
Headers
Series [pushed] wwwdocs: faq: Refer to gcc-testresults instead of buildstat.html |

Checks

Context Check Description
snail/gcc-patch-check warning Git am fail log

Commit Message

Gerald Pfeifer Nov. 23, 2023, 12:47 a.m. UTC
  This is the last obsolete reference to buildstat.html shared by Thomas 
and per my own `grep -r`.

Pushed.

Gerald

---
 htdocs/faq.html | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)
  

Patch

diff --git a/htdocs/faq.html b/htdocs/faq.html
index 203661dc..5c713a70 100644
--- a/htdocs/faq.html
+++ b/htdocs/faq.html
@@ -99,8 +99,9 @@  about known problems with installing or using GCC on particular platforms.
 These are included in the sources for a release in INSTALL/specific.html,
 and the <a href="https://gcc.gnu.org/install/specific.html">latest version</a>
 is always available at the GCC web site.
-Reports of <a href="buildstat.html">successful builds</a>
-for several versions of GCC are also available at the web site.</p>
+There you also find
+<a href="https://gcc.gnu.org/pipermail/gcc-testresults/">reports around
+successful builds</a>.</p>
 
 <hr>
 <h1 id="installation">Installation</h1>