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 /docs/markdown/Unit-tests.md | |
parent | 2b6531a09b0b0b30afbe63aada4587fafaad8f50 (diff) | |
download | meson-852fa087db6105c7c1a52251d0f3ae8fdd9f1ce0.zip meson-852fa087db6105c7c1a52251d0f3ae8fdd9f1ce0.tar.gz meson-852fa087db6105c7c1a52251d0f3ae8fdd9f1ce0.tar.bz2 |
doc: fix link warnings
Diffstat (limited to 'docs/markdown/Unit-tests.md')
-rw-r--r-- | docs/markdown/Unit-tests.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |