aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMathieu Duponchelle <mathieu@centricular.com>2020-02-27 17:11:48 +0100
committerDylan Baker <dylan@pnwbakers.com>2020-02-27 09:35:14 -0800
commit852fa087db6105c7c1a52251d0f3ae8fdd9f1ce0 (patch)
tree8f5823292e1fc715140b41c85906e879c5c92bd8 /docs
parent2b6531a09b0b0b30afbe63aada4587fafaad8f50 (diff)
downloadmeson-852fa087db6105c7c1a52251d0f3ae8fdd9f1ce0.zip
meson-852fa087db6105c7c1a52251d0f3ae8fdd9f1ce0.tar.gz
meson-852fa087db6105c7c1a52251d0f3ae8fdd9f1ce0.tar.bz2
doc: fix link warnings
Diffstat (limited to 'docs')
-rw-r--r--docs/markdown/External-commands.md2
-rw-r--r--docs/markdown/Release-notes-for-0.50.0.md4
-rw-r--r--docs/markdown/Unit-tests.md2
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/markdown/External-commands.md b/docs/markdown/External-commands.md
index e8f335f..272182c 100644
--- a/docs/markdown/External-commands.md
+++ b/docs/markdown/External-commands.md
@@ -23,7 +23,7 @@ run_command('command', 'arg1', 'arg2', env: {'FOO': 'bar'})
```
Since 0.50.0, you can also pass the command
-[`environment`](Reference-manual.html#environment-object) object:
+[`environment`](Reference-manual.md#environment-object) object:
```meson
env = environment()
diff --git a/docs/markdown/Release-notes-for-0.50.0.md b/docs/markdown/Release-notes-for-0.50.0.md
index 62a4b80..a9363d8 100644
--- a/docs/markdown/Release-notes-for-0.50.0.md
+++ b/docs/markdown/Release-notes-for-0.50.0.md
@@ -197,8 +197,8 @@ dependency tracking does not work.
## `run_command()` accepts `env` kwarg
-You can pass [`environment`](Reference-manual.html#environment-object)
-object to [`run_command`](Reference-manual.html#run-command), just
+You can pass [`environment`](Reference-manual.md#environment-object)
+object to [`run_command`](Reference-manual.md#run-command), just
like to `test`:
```meson
diff --git a/docs/markdown/Unit-tests.md b/docs/markdown/Unit-tests.md
index 066b57e..97ee867 100644
--- a/docs/markdown/Unit-tests.md
+++ b/docs/markdown/Unit-tests.md
@@ -32,7 +32,7 @@ By default, environment variable
[`MALLOC_PERTURB_`](http://man7.org/linux/man-pages/man3/mallopt.3.html)
is set to a random value between 1..255. This can help find memory
leaks on configurations using glibc, including with non-GCC compilers.
-This feature can be disabled as discussed in [test()](./Reference-manual#test).
+This feature can be disabled as discussed in [test()](Reference-manual.md#test).
## Coverage