[wwwdocs,committed] Fix link to unsigned integers

Message ID dc7f5347-934d-495f-ac30-d89e264d741f@netcologne.de
State New
Headers
Series [wwwdocs,committed] Fix link to unsigned integers |

Checks

Context Check Description
linaro-tcwg-bot/tcwg_gcc_build--master-arm fail Patch failed to apply
linaro-tcwg-bot/tcwg_gcc_build--master-aarch64 fail Patch failed to apply

Commit Message

Thomas Koenig Nov. 29, 2024, 6:24 a.m. UTC
  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>
  

Patch

diff --git a/htdocs/gcc-15/changes.html b/htdocs/gcc-15/changes.html
index 6c9ebaac..23866bde 100644
--- a/htdocs/gcc-15/changes.html
+++ b/htdocs/gcc-15/changes.html
@@ -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