[wwwdocs,committed] Fix broken link in gcc-12/changes.html

Message ID 5589db19-4762-e59c-3c76-377d13ebf4c1@netcologne.de
State Committed
Headers
Series [wwwdocs,committed] Fix broken link in gcc-12/changes.html |

Commit Message

Thomas Koenig April 30, 2022, 10:09 p.m. UTC
  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.
  

Patch

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