From 2327cb5eb3ebbbca78701cf4a27ead376d245ffe Mon Sep 17 00:00:00 2001 From: Daniel Mensinger Date: Sun, 22 Aug 2021 17:56:56 +0200 Subject: docs: Fix broken links --- docs/markdown/External-commands.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/markdown/External-commands.md') diff --git a/docs/markdown/External-commands.md b/docs/markdown/External-commands.md index be9d171..772459b 100644 --- a/docs/markdown/External-commands.md +++ b/docs/markdown/External-commands.md @@ -22,8 +22,7 @@ Since 0.52.0, you can pass the command environment as a dictionary: run_command('command', 'arg1', 'arg2', env: {'FOO': 'bar'}) ``` -Since 0.50.0, you can also pass the command -[`environment`](Reference-manual.md#environment-object) object: +Since 0.50.0, you can also pass the command [[@env]] object: ```meson env = environment() -- cgit v1.1