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/Comparisons.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/Comparisons.md')
-rw-r--r-- | docs/markdown/Comparisons.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Comparisons.md b/docs/markdown/Comparisons.md index 4ceb930..eb0e4dd 100644 --- a/docs/markdown/Comparisons.md +++ b/docs/markdown/Comparisons.md @@ -50,7 +50,7 @@ Implemented in Java. Poor Windows support. Heavily focused on Google's way of do ### Pros ### -The fastest build system [see measurements](Performance comparison), user friendly, designed to be as invisible to the developer as possible, native support for modern tools (precompiled headers, coverage, Valgrind etc). Not Turing complete so build definition files are easy to read and understand. +The fastest build system [see measurements](Performance-comparison.md), user friendly, designed to be as invisible to the developer as possible, native support for modern tools (precompiled headers, coverage, Valgrind etc). Not Turing complete so build definition files are easy to read and understand. ### Cons ### |