aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/Adding-arguments.md
diff options
context:
space:
mode:
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 adbc23e..2aaa889 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](Reference-manual.md).
+function. For details see the [reference manual](RefMan.md).
Global arguments have certain limitations. They all have to be defined
before any build targets are specified. This ensures that the global