[wwwdocs,committed] Fix link to unsigned integers
Checks
Commit Message
Hello world,
a change in the section heading of the documentation broke a link
in gcc-15/changes.html, fixed with this patch.
Best regards
Thomas
Author: Thomas Koenig <tkoenig@gcc.gnu.org>
Date: Fri Nov 29 07:19:36 2024 +0100
Correct link to unsigned integers for Fortran.
* htdocs/gcc-15.changes.html: Correct link.
(<a
href="https://j3-fortran.org/doc/year/24/24-116.txt">J3/24-116</a>)
for inclusion in the next Fortran standard.</li>
@@ -141,7 +141,7 @@ a work-in-progress.</p>
<code>logical{8,16,32,64}</code> and <code>real16</code> were
added.</li>
<li>Experimental support for <code>unsigned</code> integers, enabled by
<code>-funsigned</code>; see <a
-
href="https://gcc.gnu.org/onlinedocs/gfortran/Experimental-features-for-Fortran-202Y.html"
+ href="https://gcc.gnu.org/onlinedocs/gfortran/Unsigned-integers.html"
>gfortran documentation</a> for details. These have been proposed