https://gcc.gnu.org/g:8b3300fe2c2794ed23918e5cc9d3436a8a2751dc

commit r16-975-g8b3300fe2c2794ed23918e5cc9d3436a8a2751dc
Author: David Malcolm <dmalc...@redhat.com>
Date:   Thu May 29 16:57:53 2025 -0400

    diagnostics: fix PatternFly URL
    
    gcc/ChangeLog:
            * diagnostic-format-html.cc (HTML_STYLE): Fix PatternFly URL in
            comment.
    
    Signed-off-by: David Malcolm <dmalc...@redhat.com>

Diff:
---
 gcc/diagnostic-format-html.cc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gcc/diagnostic-format-html.cc b/gcc/diagnostic-format-html.cc
index f418ccc3ed97..c430bdac75ae 100644
--- a/gcc/diagnostic-format-html.cc
+++ b/gcc/diagnostic-format-html.cc
@@ -472,7 +472,7 @@ diagnostic_html_format_buffer::flush ()
 /* class html_builder.  */
 
 /* Style information for writing out HTML paths.
-   Colors taken from https://www.patternfly.org/v3/styles/color-palette/ */
+   Colors taken from https://pf3.patternfly.org/v3/styles/color-palette/ */
 
 static const char * const HTML_STYLE
   = ("  <style>\n"

Reply via email to