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/Compiler-properties.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/Compiler-properties.md')
-rw-r--r-- | docs/markdown/Compiler-properties.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Compiler-properties.md b/docs/markdown/Compiler-properties.md index c33d917..83fc0d9 100644 --- a/docs/markdown/Compiler-properties.md +++ b/docs/markdown/Compiler-properties.md @@ -10,7 +10,7 @@ Here we extract the C compiler. We could also have given the argument `cpp` to g ## System information -This is a bit complex and more thoroughly explained on the page on [cross compilation](Cross compilation). But if you just want to know the operating system your code will run on, issue this command: +This is a bit complex and more thoroughly explained on the page on [cross compilation](Cross-compilation.md). But if you just want to know the operating system your code will run on, issue this command: ```meson host_machine.system() |