diff options
author | Chris Mayo <aklhfex@gmail.com> | 2017-06-02 20:06:15 +0100 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2017-06-03 16:03:04 +0300 |
commit | 0e9852a457653cb01e477ec041281131b854fa82 (patch) | |
tree | 69f0717f6943df2e4db42ef99797f8dd3c31ac40 /docs/markdown/Reference-manual.md | |
parent | e34edae240dd06b6ca1f5cb13fd722cf3129f4a1 (diff) | |
download | meson-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.md | 2 |
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() |