diff options
Diffstat (limited to 'guide/syntax_description.md')
| -rw-r--r-- | guide/syntax_description.md | 4 |
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: |
