Successfully bootstrapped & regrtested on x86_64-pc-linux-gnu. Pushed to trunk as r16-975-g8b3300fe2c2794.
gcc/ChangeLog: * diagnostic-format-html.cc (HTML_STYLE): Fix PatternFly URL in comment. Signed-off-by: David Malcolm <dmalc...@redhat.com> --- 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 c93962cd9c4c..05d4273c2c61 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" -- 2.26.3