aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrea Pappacoda <34214253+Tachi107@users.noreply.github.com>2021-08-28 20:07:33 +0200
committerDylan Baker <dylan@pnwbakers.com>2021-08-28 11:25:52 -0700
commit64ea8dce7a26f06046c98bc7b3e30f06bf8ca98f (patch)
treedca8bff93815b2cd57b753646ebb6bf8b0b40fa1
parente83ab50c06a43ff4892d23764ab963b6d24a3f3b (diff)
downloadmeson-64ea8dce7a26f06046c98bc7b3e30f06bf8ca98f.zip
meson-64ea8dce7a26f06046c98bc7b3e30f06bf8ca98f.tar.gz
meson-64ea8dce7a26f06046c98bc7b3e30f06bf8ca98f.tar.bz2
docs: update LD docs link in FAQ.md
-rw-r--r--docs/markdown/FAQ.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/FAQ.md b/docs/markdown/FAQ.md
index feddc37..2a37651 100644
--- a/docs/markdown/FAQ.md
+++ b/docs/markdown/FAQ.md
@@ -181,7 +181,7 @@ problem that has caused complications for GNU Autotools and SCons.
Either by using [GCC symbol
visibility](https://gcc.gnu.org/wiki/Visibility) or by writing a
[linker
-script](https://ftp.gnu.org/old-gnu/Manuals/ld-2.9.1/html_mono/ld.html). This
+script](https://sourceware.org/binutils/docs/ld.html). This
has the added benefit that your symbol definitions are in a standalone
file instead of being buried inside your build definitions. An example
can be found