summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandy5995 <andy400-dev@yahoo.com>2022-01-22 22:49:33 -0600
committerEli Schwartz <eschwartz93@gmail.com>2022-01-23 01:40:23 -0500
commitbaff6bccac5f4f476033276bed8a9cc3cb3c5a15 (patch)
tree8e8c84385f2ca72727536103bf46d48b2f9a000a
parent603244b059a6a55a550f40f5a8dfe074cb2e292f (diff)
downloadmeson-baff6bccac5f4f476033276bed8a9cc3cb3c5a15.tar.gz
Subprojects.md:add link to is_subproject()
-rw-r--r--docs/markdown/Subprojects.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/markdown/Subprojects.md b/docs/markdown/Subprojects.md
index fef9d1156..636d70c78 100644
--- a/docs/markdown/Subprojects.md
+++ b/docs/markdown/Subprojects.md
@@ -89,7 +89,7 @@ limitations, the most important being that global compiler arguments
must be set in the main project before calling subproject. Subprojects
must not set global arguments because there is no way to do that
reliably over multiple subprojects. To check whether you are running
-as a subproject, use the `is_subproject` function.
+as a subproject, use [[meson.is_subproject]].
## Using a subproject