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 /docs/markdown | |
| parent | cb1068a28807687853934bb78ecc30746ebf8ea9 (diff) | |
| download | meson-16ed01555d7181f82e689a1571e1f36fdc01723b.tar.gz | |
docs: fix bad link in snippet
Diffstat (limited to 'docs/markdown')
| -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 2ee60b106..e7b0e1a5b 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. |
