diff options
author | Zhao, Gang <gang.zhao.42@gmail.com> | 2022-10-22 17:56:16 +0800 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2022-10-22 13:18:07 +0300 |
commit | b98356e0557399803895755a5f513841345fba1b (patch) | |
tree | bb50a222eb0a3a0fd46e684f146dc5533bb86349 | |
parent | 7737398cd3b51e03afc8523ec6f0c8459ea6bf04 (diff) | |
download | meson-b98356e0557399803895755a5f513841345fba1b.zip meson-b98356e0557399803895755a5f513841345fba1b.tar.gz meson-b98356e0557399803895755a5f513841345fba1b.tar.bz2 |
doc: Fix link
-rw-r--r-- | docs/yaml/functions/get_option.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/yaml/functions/get_option.yaml b/docs/yaml/functions/get_option.yaml index 7f7982e..0934758 100644 --- a/docs/yaml/functions/get_option.yaml +++ b/docs/yaml/functions/get_option.yaml @@ -7,7 +7,7 @@ description: | Note that the value returned for built-in options that end in `dir` such as `bindir` and `libdir` is usually a path relative to (and inside) the `prefix` but you should not rely on that, as it can also - be an absolute path [in some cases](Builtin-options.md#Universal options). + be an absolute path [in some cases](Builtin-options.md#universal-options). [`install_dir` arguments](Installing.md) handle that as expected but if you need an absolute path, e.g. to use in a define etc., you should use the path concatenation operator like this: |