aboutsummaryrefslogtreecommitdiff
path: root/zh-cn/guide/syntax_description.md
diff options
context:
space:
mode:
authorruki <waruqi@gmail.com>2019-06-23 20:48:18 +0800
committerruki <waruqi@gmail.com>2019-06-23 20:48:18 +0800
commit6f7387e12aeac26276b520137101b7f97f1d2ada (patch)
treec8de5db2504e159eb6abcb63d705d338db44d4d1 /zh-cn/guide/syntax_description.md
parent4ac242122f78a558d5c2fbc9a13a3c5282887524 (diff)
downloadxmake-docs-6f7387e12aeac26276b520137101b7f97f1d2ada.tar.gz
xmake-docs-6f7387e12aeac26276b520137101b7f97f1d2ada.zip
fix some links
Diffstat (limited to 'zh-cn/guide/syntax_description.md')
-rw-r--r--zh-cn/guide/syntax_description.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/zh-cn/guide/syntax_description.md b/zh-cn/guide/syntax_description.md
index 92232946..30fe5f80 100644
--- a/zh-cn/guide/syntax_description.md
+++ b/zh-cn/guide/syntax_description.md
@@ -79,7 +79,7 @@ target("demo")
- print
- os
-当然虽然内置lua api提供不多,但xmake还提供了很多扩展api,像描述api就不多说,详细可参考:[API手册](https://xmake.io/#/zh/manual)
+当然虽然内置lua api提供不多,但xmake还提供了很多扩展api,像描述api就不多说,详细可参考:[API手册](/zh-cn/manual)
还有些辅助api,例如:
@@ -135,7 +135,7 @@ task("hello")
在此作用域中,不仅可以使用大部分lua的api,还可以使用很多xmake提供的扩展模块,所有扩展模块,通过import来导入
-具体可参考:[import模块导入文档](https://xmake.io/#/zh/manual?id=import)
+具体可参考:[import模块导入文档](/zh-cn/manual/builtin_modules?id=import)
这里我们给个简单的例子,在编译完成后,对ios目标程序进行ldid签名: