diff options
| author | Mathieu Duponchelle <mathieu@centricular.com> | 2020-02-27 17:11:48 +0100 |
|---|---|---|
| committer | Dylan Baker <dylan@pnwbakers.com> | 2020-02-27 09:35:14 -0800 |
| commit | 852fa087db6105c7c1a52251d0f3ae8fdd9f1ce0 (patch) | |
| tree | 8f5823292e1fc715140b41c85906e879c5c92bd8 | |
| parent | 2b6531a09b0b0b30afbe63aada4587fafaad8f50 (diff) | |
| download | meson-852fa087db6105c7c1a52251d0f3ae8fdd9f1ce0.tar.gz | |
doc: fix link warnings
| -rw-r--r-- | docs/markdown/External-commands.md | 2 | ||||
| -rw-r--r-- | docs/markdown/Release-notes-for-0.50.0.md | 4 | ||||
| -rw-r--r-- | docs/markdown/Unit-tests.md | 2 |
3 files changed, 4 insertions, 4 deletions
diff --git a/docs/markdown/External-commands.md b/docs/markdown/External-commands.md index e8f335ff5..272182c23 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 62a4b8053..a9363d8b1 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 066b57ea8..97ee867e8 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 |
