diff mbox series

[pushed] wwwdocs: gcc-12: Make reference to problem reporting more general

Message ID 20240526225337.C048333EAB@hamza.pair.com
State New
Headers show
Series [pushed] wwwdocs: gcc-12: Make reference to problem reporting more general | expand

Commit Message

Gerald Pfeifer May 26, 2024, 10:53 p.m. UTC
Don't link to Bugzilla directly (nor refer to it directly).

Pushed.
Gerald

---
 htdocs/gcc-12/changes.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
diff mbox series

Patch

diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index 0cfa12eb..2f790e0b 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -864,8 +864,8 @@  function Multiply (S1, S2 : Sign) return Sign is
     The internal implementation of Power's target-specific built-in functions
     has been rewritten to be easier and less error-prone to maintain.  Every
     attempt has been made to ensure that the new behavior matches the old
-    behavior, but inevitably some bugs can be expected.  Please report any
-    problems via <a href="https://gcc.gnu.org/bugzilla/">GCC Bugzilla</a>.
+    behavior, but inevitably some bugs can be expected.  Please <a
+    href="../bugs/">report any problems</a>.
   </li>
   <li>
     The built-in functions <code>__builtin_get_texasr</code>,