summaryrefslogtreecommitdiff
path: root/docs/markdown/Vala.md
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2021-08-18 19:42:28 +0200
committerJussi Pakkanen <jpakkane@gmail.com>2021-08-18 21:56:45 +0300
commita216de4898cc7b9aafaecf6ebbe19d79d1c5aea3 (patch)
tree8b8c0fdcbb6a49fd7992421d2da6722efb654a1b /docs/markdown/Vala.md
parentd6243e3ebd43a44aebf4e403cb19b3d881aedee5 (diff)
downloadmeson-a216de4898cc7b9aafaecf6ebbe19d79d1c5aea3.tar.gz
docs: Remove the deleted function find_library
Diffstat (limited to 'docs/markdown/Vala.md')
-rw-r--r--docs/markdown/Vala.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Vala.md b/docs/markdown/Vala.md
index d3edce0e2..606cf0d36 100644
--- a/docs/markdown/Vala.md
+++ b/docs/markdown/Vala.md
@@ -38,7 +38,7 @@ map Vala code to the library's C programming interface. It is the
[`pkg-config`](https://www.freedesktop.org/wiki/Software/pkg-config/)
tool that makes finding these installed files all work seamlessly
behind the scenes. When a `pkg-config` file doesn't exist for the
-library then the [`find_library()`](Reference-manual.md#find_library)
+library then the `find_library()`
method of the [compiler object](Reference-manual.md#compiler-object)
needs to be used. Examples are given later.