From 0e9852a457653cb01e477ec041281131b854fa82 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Fri, 2 Jun 2017 20:06:15 +0100 Subject: docs: Fix broken page links --- docs/markdown/Compiler-properties.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/markdown/Compiler-properties.md') diff --git a/docs/markdown/Compiler-properties.md b/docs/markdown/Compiler-properties.md index c33d91787..83fc0d948 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() -- cgit v1.2.3