From 6f7387e12aeac26276b520137101b7f97f1d2ada Mon Sep 17 00:00:00 2001 From: ruki Date: Sun, 23 Jun 2019 20:48:18 +0800 Subject: fix some links --- guide/syntax_description.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'guide/syntax_description.md') 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: -- cgit v1.2.3