Hi,

after noticing an error in the gcc12 changes.html file, I fixed it as
obvious and simple with the attached patch.

Best regards

        Thomas

 Sun May 1 00:05:10 2022 +0200

    Added equals sign to fix broken link in RISC-V section.

          * gcc-12/changes.html: Fixed broken link.
diff --git a/htdocs/gcc-12/changes.html b/htdocs/gcc-12/changes.html
index c409a17c..87c8bcf8 100644
--- a/htdocs/gcc-12/changes.html
+++ b/htdocs/gcc-12/changes.html
@@ -771,7 +771,7 @@ function Multiply (S1, S2 : Sign) return Sign is
 <h3 id="riscv">RISC-V</h3>
 <ul>
     <li>Default ISA spec version was bump to 20191213, more detail see this <a
-    href"https://groups.google.com/a/groups.riscv.org/g/sw-dev/c/aE1ZeHHCYf4";>
+    href="https://groups.google.com/a/groups.riscv.org/g/sw-dev/c/aE1ZeHHCYf4";>
     announcement</a></li>
     <li>New ISA extension support for zba, zbb, zbc, zbs was added.</li>
     <li>New ISA extension support for vector and scalar crypto was added, only

Reply via email to