diff options
author | Xavier Claessens <xavier.claessens@collabora.com> | 2023-03-28 13:54:51 -0400 |
---|---|---|
committer | Jussi Pakkanen <jpakkane@gmail.com> | 2023-03-28 21:46:32 +0300 |
commit | 748a1db1f8ea173b6f5841ce17876452424333d4 (patch) | |
tree | 8c61a1aaf2d4cbe2608572ba17cf51ef9596bb55 /docs/markdown | |
parent | 697b42f022e6c514798b64e70894c72c8ad2b1a8 (diff) | |
download | meson-748a1db1f8ea173b6f5841ce17876452424333d4.zip meson-748a1db1f8ea173b6f5841ce17876452424333d4.tar.gz meson-748a1db1f8ea173b6f5841ce17876452424333d4.tar.bz2 |
doc: Fix some broken links
Diffstat (limited to 'docs/markdown')
-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 adbaa1d..de28d9b 100644 --- a/docs/markdown/Compiler-properties.md +++ b/docs/markdown/Compiler-properties.md @@ -3,7 +3,7 @@ Not all compilers and platforms are alike. Therefore Meson provides the tools to detect properties of the system during configure time. To get most of this information, you first need to extract the *[compiler -object](Reference-manual_returned_compiler.html)* from the main +object](Reference-manual_returned_compiler.md)* from the main *meson* variable. ```meson |