---
 htdocs/gcc-11/changes.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/htdocs/gcc-11/changes.html b/htdocs/gcc-11/changes.html
index ba09587d..08a4c93a 100644
--- a/htdocs/gcc-11/changes.html
+++ b/htdocs/gcc-11/changes.html
@@ -184,7 +184,8 @@ a work-in-progress.</p>
     </ul>
   <li>New warnings:
     <ul>
-      <li><code>-Wsizeof-array-div</code>, enabled by <code>-Wall</code>, warns
+      <li><a 
href="https://gcc.gnu.org/onlinedocs/gcc/Warning-Options.html#index-Wsizeof-array-div";><code>-Wsizeof-array-div</code></a>,
+         enabled by <code>-Wall</code>, warns
          about divisions of two sizeof operators when the first one is applied
          to an array and the divisor does not equal the size of the array
          element.
-- 
2.26.2

Reply via email to