diff options
author | Anton Leontiev <scileont@gmail.com> | 2019-10-19 12:40:52 +0300 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2019-10-19 19:14:10 +0300 |
commit | 603b1ac287d73c5d2dfa3fdcb6402a082ed2c236 (patch) | |
tree | e8fb975167bfc165017ed72db8d442ac13260a42 /docs/markdown/Subprojects.md | |
parent | ddd7cf634b6c691c656b59ee44ff9c35c3c5d5b8 (diff) | |
download | meson-603b1ac287d73c5d2dfa3fdcb6402a082ed2c236.zip meson-603b1ac287d73c5d2dfa3fdcb6402a082ed2c236.tar.gz meson-603b1ac287d73c5d2dfa3fdcb6402a082ed2c236.tar.bz2 |
docs: Fix some incorrect links [skip ci]
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 fc845ff..91b1843 100644 --- a/docs/markdown/Subprojects.md +++ b/docs/markdown/Subprojects.md @@ -20,7 +20,7 @@ It should be noted that this is only guaranteed to work for subprojects that are built with Meson. The reason is the simple fact that there is no possible way to do this reliably with mixed build systems. Because of this, only meson subprojects are described here. -[CMake based subprojects](CMake-module.md#CMake-subprojects) are also +[CMake based subprojects](CMake-module.md#cmake-subprojects) are also supported but not guaranteed to work. ## A subproject example |