On Tue, 20 Feb 2024, Danny van Kooten wrote:
> --- a/htdocs/gcc-14/porting_to.html
> +++ b/htdocs/gcc-14/porting_to.html
> @@ -133,7 +133,7 @@ On GNU systems, headers described in standards (such as 
> the C
>  standard, or POSIX) may require the definition of certain
>  macros at the start of the compilation before all required
>  function declarations are made available.
> -See <a 
> href="https://sourceware.org/glibc/manual/html_node/Feature-Test-Macros.html";>Feature
>  Test Macros</a>
> +See <a 
> href="https://www.gnu.org/software/libc/manual/html_node/Feature-Test-Macros.html#Feature-Test-Macros";>Feature
>  Test Macros</a>
>  in the GNU C Library manual for details.

Thank you for this patch, Danny. And apologies - somehow it fell through 
the cracks and weeks later the same issue was addressed a bit differently
via

  commit 8d40685d6a2b26aff26f1cd68f5bfd9728b2eda5
  Author: Martin Jambor <mjam...@suse.cz>
  Date:   Wed Apr 10 16:33:14 2024 +0200

    Fix link to "Feature Test Macros" in "Porting to GCC 14" page
    
    Michal Jireš found out that the link to Feature Test Macros on the
    Porting to GCC 14 page was broken, it misses a "/latest/" directory in
    the middle of the path.

(You should not have to, but if you want to copy me on any future web page 
changes, I'll promise to expedite those.)

Gerald

Reply via email to