aboutsummaryrefslogtreecommitdiff
path: root/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 /guide/syntax_description.md
parent4ac242122f78a558d5c2fbc9a13a3c5282887524 (diff)
downloadxmake-docs-6f7387e12aeac26276b520137101b7f97f1d2ada.tar.gz
xmake-docs-6f7387e12aeac26276b520137101b7f97f1d2ada.zip
fix some links
Diffstat (limited to 'guide/syntax_description.md')
-rw-r--r--guide/syntax_description.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guide/syntax_description.md b/guide/syntax_description.md
index b23aab44..88c1a188 100644
--- a/guide/syntax_description.md
+++ b/guide/syntax_description.md
@@ -79,7 +79,7 @@ The current external scope lating lua built-in apis are:
- print
- os
-Of course, although the built-in lua api does not provide much, xmake also provides a lot of extension APIs. It is not much to describe the api. For details, please refer to: [API Manual] (https://xmake.io/#/zh/manual)
+Of course, although the built-in lua api does not provide much, xmake also provides a lot of extension APIs. It is not much to describe the api. For details, please refer to: [API Manual](/manual)
There are also some auxiliary apis, for example:
@@ -135,7 +135,7 @@ task("hello")
In this scope, not only can you use most lua apis, but you can also use many extension modules provided by xmake. All extension modules are imported through import.
-For details, please refer to: [import module document](https://xmake.io/#/zh/manual?id=import)
+For details, please refer to: [import module document](/manual/builtin_modules?id=import)
Here we give a simple example, after the compilation is complete, ldid signature on the ios target program: