aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Reference-manual.md
diff options
context:
space:
mode:
authorChris Mayo <aklhfex@gmail.com>2017-06-02 20:06:15 +0100
committerJussi Pakkanen <jpakkane@gmail.com>2017-06-03 16:03:04 +0300
commit0e9852a457653cb01e477ec041281131b854fa82 (patch)
tree69f0717f6943df2e4db42ef99797f8dd3c31ac40 /docs/markdown/Reference-manual.md
parente34edae240dd06b6ca1f5cb13fd722cf3129f4a1 (diff)
downloadmeson-0e9852a457653cb01e477ec041281131b854fa82.zip
meson-0e9852a457653cb01e477ec041281131b854fa82.tar.gz
meson-0e9852a457653cb01e477ec041281131b854fa82.tar.bz2
docs: Fix broken page links
Diffstat (limited to 'docs/markdown/Reference-manual.md')
-rw-r--r--docs/markdown/Reference-manual.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Reference-manual.md b/docs/markdown/Reference-manual.md
index c835f6f..fab317d 100644
--- a/docs/markdown/Reference-manual.md
+++ b/docs/markdown/Reference-manual.md
@@ -345,7 +345,7 @@ If you want to generate files for general purposes such as for generating header
value get_option(option_name)
```
-Obtains the value of the [project build option](Build options) specified in the positional argument.
+Obtains the value of the [project build option](Build-options.md) specified in the positional argument.
### get_variable()