Once we rename and move c99status.html, we also have to
update the links in the manual.

-- >8 --
gcc/ChangeLog:

        * doc/invoke.texi: Update a link to c99status.html.
        * doc/standards.texi: Likewise.
---
 gcc/doc/invoke.texi    | 4 ++--
 gcc/doc/standards.texi | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/gcc/doc/invoke.texi b/gcc/doc/invoke.texi
index 8de00854a05..f943d3a70aa 100644
--- a/gcc/doc/invoke.texi
+++ b/gcc/doc/invoke.texi
@@ -2440,8 +2440,8 @@ ISO C99.  This standard is substantially completely 
supported, modulo
 bugs and floating-point issues
 (mainly but not entirely relating to optional C99 features from
 Annexes F and G).  See
-@w{@uref{https://gcc.gnu.org/c99status.html}} for more information.  The
-names @samp{c9x} and @samp{iso9899:199x} are deprecated.
+@w{@uref{https://gcc.gnu.org/projects/c-status.html}} for more information.
+The names @samp{c9x} and @samp{iso9899:199x} are deprecated.
 
 @item c11
 @itemx c1x
diff --git a/gcc/doc/standards.texi b/gcc/doc/standards.texi
index 011f7e29207..0d765b17aa2 100644
--- a/gcc/doc/standards.texi
+++ b/gcc/doc/standards.texi
@@ -96,8 +96,8 @@ A new edition of the ISO C standard was published in 1999 as 
ISO/IEC
 development, drafts of this standard version were referred to as
 @dfn{C9X}.)  GCC has substantially
 complete support for this standard version; see
-@uref{https://gcc.gnu.org/c99status.html} for details.  To select this
-standard, use @option{-std=c99} or @option{-std=iso9899:1999}.  
+@uref{https://gcc.gnu.org/projects/c-status.html} for details.  To select
+this standard, use @option{-std=c99} or @option{-std=iso9899:1999}.
 
 Errors in the 1999 ISO C standard were corrected in three Technical
 Corrigenda published in 2001, 2004 and 2007.  GCC does not support the

base-commit: c0be0298a9553c13af642f45628a15d833473657
-- 
2.49.0

Reply via email to