diff options
author | Gerald Pfeifer <gerald@pfeifer.com> | 2024-02-14 02:14:57 +0100 |
---|---|---|
committer | Gerald Pfeifer <gerald@pfeifer.com> | 2024-02-14 02:14:57 +0100 |
commit | bfa634e5d226707b531a1682f45a57ed688c4e78 (patch) | |
tree | 0256fdc09ed57abd17b8de44a3ea711e2cb3af9c /gcc | |
parent | df6c57ce4093066a63166649b2f1722948b21743 (diff) | |
download | gcc-bfa634e5d226707b531a1682f45a57ed688c4e78.zip gcc-bfa634e5d226707b531a1682f45a57ed688c4e78.tar.gz gcc-bfa634e5d226707b531a1682f45a57ed688c4e78.tar.bz2 |
install: Update gettext link
gcc:
* doc/install.texi (Prerequisites): Update gettext link.
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/doc/install.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/doc/install.texi b/gcc/doc/install.texi index c779443..1732330 100644 --- a/gcc/doc/install.texi +++ b/gcc/doc/install.texi @@ -477,8 +477,8 @@ is shown below: Necessary to build GCC with internationalization support via @option{--enable-nls}. It can be downloaded from -@uref{https://gnu.org/s/gettext/}. If a GNU gettext distribution is -found in a subdirectory of your GCC sources named @file{gettext}, it +@uref{https://www.gnu.org/software/gettext/}. If a GNU gettext distribution +is found in a subdirectory of your GCC sources named @file{gettext}, it will be built together with GCC, unless present in the system (either in libc or as a stand-alone library). |