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/Subprojects.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/Subprojects.md')
-rw-r--r-- | docs/markdown/Subprojects.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Subprojects.md b/docs/markdown/Subprojects.md index b91366d..2dd012e 100644 --- a/docs/markdown/Subprojects.md +++ b/docs/markdown/Subprojects.md @@ -69,4 +69,4 @@ This uses the system dependency when available and the self built version if not # Obtaining subprojects -Meson ships with a dependency system to automatically obtain dependency subprojects. It is documented in the [Wrap dependency system manual](Wrap dependency system manual). +Meson ships with a dependency system to automatically obtain dependency subprojects. It is documented in the [Wrap dependency system manual](Wrap-dependency-system-manual.md). |