diff options
Diffstat (limited to 'manual/conditions.md')
| -rw-r--r-- | manual/conditions.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/manual/conditions.md b/manual/conditions.md index c516b81e..34b1fe48 100644 --- a/manual/conditions.md +++ b/manual/conditions.md @@ -108,7 +108,7 @@ Support hosts: * linux * macosx -We can also get it from [$(host)](#var-host) or [os.host](#os-host). +We can also get it from [$(host)](/manual/builtin_variables?id=varhost) or [os.host](/manual/builtin_modules?id=oshost). ### is_mode @@ -293,7 +293,7 @@ but also the custom options defined through the [option](#option). This interface is introduced from version 2.2.3 to detect whether a dependent package exists or is enabled. -It is usually used to [add_requires](#add_requires). +It is usually used to [add_requires](/zh-cn/manual/global_interfaces?id=add_requires). ```lua add_requires("tbox", {optional = true}) |
