diff options
author | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-08-22 17:56:56 +0200 |
---|---|---|
committer | Daniel Mensinger <daniel@mensinger-ka.de> | 2021-10-03 12:19:45 +0200 |
commit | 2327cb5eb3ebbbca78701cf4a27ead376d245ffe (patch) | |
tree | 7c843f091e06d168ffa073f0db41d70daef68c9d /docs/markdown/External-Project-module.md | |
parent | 5dd8171fb3d226eaef52faa821286cf79d0f8a2a (diff) | |
download | meson-2327cb5eb3ebbbca78701cf4a27ead376d245ffe.zip meson-2327cb5eb3ebbbca78701cf4a27ead376d245ffe.tar.gz meson-2327cb5eb3ebbbca78701cf4a27ead376d245ffe.tar.bz2 |
docs: Fix broken links
Diffstat (limited to 'docs/markdown/External-Project-module.md')
-rw-r--r-- | docs/markdown/External-Project-module.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/External-Project-module.md b/docs/markdown/External-Project-module.md index 640caaf..901b0ed 100644 --- a/docs/markdown/External-Project-module.md +++ b/docs/markdown/External-Project-module.md @@ -86,7 +86,7 @@ Keyword arguments: - `verbose`: If set to `true` the output of sub-commands ran to configure, build and install the project will be printed onto Meson's stdout. - `env` : environment variables to set, such as `['NAME1=value1', 'NAME2=value2']`, - a dictionary, or an [`environment()` object](Reference-manual.md#environment-object). + a dictionary, or an [[@env]] object. Returns an [`ExternalProject`](#ExternalProject_object) object |