diff options
author | Dylan Baker <dylan@pnwbakers.com> | 2024-04-25 17:28:03 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-04-25 17:28:03 -0700 |
commit | 16ed01555d7181f82e689a1571e1f36fdc01723b (patch) | |
tree | 3aa50be9fdfdbd1cae3a3bfb02bd31807f0b13b9 | |
parent | cb1068a28807687853934bb78ecc30746ebf8ea9 (diff) | |
download | meson-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.md | 2 |
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. |