summaryrefslogtreecommitdiff
path: root/docs/markdown/Adding-arguments.md
diff options
context:
space:
mode:
authorDaniel Mensinger <daniel@mensinger-ka.de>2021-10-04 22:50:21 +0200
committerDaniel Mensinger <daniel@mensinger-ka.de>2021-10-04 23:11:48 +0200
commita8189d0c70d7fdd905ab68c4c7a4d1feba645851 (patch)
treeda25867bbfed1eb16a83b42b28e657486288df2f /docs/markdown/Adding-arguments.md
parent800c3462f0ce35502232aedb3a318c5579c7a504 (diff)
downloadmeson-a8189d0c70d7fdd905ab68c4c7a4d1feba645851.tar.gz
docs: Temporarily disable modules and move RefMan --> Reference-manual
Diffstat (limited to 'docs/markdown/Adding-arguments.md')
-rw-r--r--docs/markdown/Adding-arguments.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Adding-arguments.md b/docs/markdown/Adding-arguments.md
index 2aaa88933..adbc23e13 100644
--- a/docs/markdown/Adding-arguments.md
+++ b/docs/markdown/Adding-arguments.md
@@ -22,7 +22,7 @@ This makes Meson add the define to all C compilations. Usually you
would use this setting for flags for global settings. Note that for
setting the C/C++ language standard (the `-std=c99` argument in GCC),
you would probably want to use a default option of the `project()`
-function. For details see the [reference manual](RefMan.md).
+function. For details see the [reference manual](Reference-manual.md).
Global arguments have certain limitations. They all have to be defined
before any build targets are specified. This ensures that the global