aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDylan Baker <dylan@pnwbakers.com>2024-04-25 17:28:03 -0700
committerGitHub <noreply@github.com>2024-04-25 17:28:03 -0700
commit16ed01555d7181f82e689a1571e1f36fdc01723b (patch)
tree3aa50be9fdfdbd1cae3a3bfb02bd31807f0b13b9
parentcb1068a28807687853934bb78ecc30746ebf8ea9 (diff)
downloadmeson-16ed01555d7181f82e689a1571e1f36fdc01723b.zip
meson-16ed01555d7181f82e689a1571e1f36fdc01723b.tar.gz
meson-16ed01555d7181f82e689a1571e1f36fdc01723b.tar.bz2
docs: fix bad link in snippet
-rw-r--r--docs/markdown/snippets/find_library_name.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/snippets/find_library_name.md b/docs/markdown/snippets/find_library_name.md
index 2ee60b1..e7b0e1a 100644
--- a/docs/markdown/snippets/find_library_name.md
+++ b/docs/markdown/snippets/find_library_name.md
@@ -1,5 +1,5 @@
## dependencies created by compiler.find_library implement the `name()` method
-Previously, for a [[dep]] that might be returned by either [[dependency]] or
+Previously, for a [[@dep]] that might be returned by either [[dependency]] or
[[compiler.find_library]], the method might or might not exist with no way
of telling.