diff options
author | Anton Leontiev <scileont@gmail.com> | 2019-10-19 12:40:52 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-10-19 19:14:10 +0300 |
commit | 603b1ac287d73c5d2dfa3fdcb6402a082ed2c236 (patch) | |
tree | e8fb975167bfc165017ed72db8d442ac13260a42 /docs/markdown/Reference-manual.md | |
parent | ddd7cf634b6c691c656b59ee44ff9c35c3c5d5b8 (diff) | |
download | meson-603b1ac287d73c5d2dfa3fdcb6402a082ed2c236.zip meson-603b1ac287d73c5d2dfa3fdcb6402a082ed2c236.tar.gz meson-603b1ac287d73c5d2dfa3fdcb6402a082ed2c236.tar.bz2 |
docs: Fix some incorrect links [skip ci]
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r-- | docs/markdown/Reference-manual.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md index d492096..832ceda 100644 --- a/docs/markdown/Reference-manual.md +++ b/docs/markdown/Reference-manual.md @@ -419,7 +419,7 @@ keyword arguments. Finds an external dependency (usually a library installed on your system) with the given name with `pkg-config` and [with -CMake](Dependencies.md#CMake) if `pkg-config` fails. Additionally, +CMake](Dependencies.md#cmake) if `pkg-config` fails. Additionally, frameworks (OSX only) and [library-specific fallback detection logic](Dependencies.md#dependencies-with-custom-lookup-functionality) are also supported. This function supports the following keyword |