summaryrefslogtreecommitdiff
path: root/docs/markdown/Release-notes-for-0.50.0.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/Release-notes-for-0.50.0.md')
-rw-r--r--docs/markdown/Release-notes-for-0.50.0.md4
1 files changed, 2 insertions, 2 deletions
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