summaryrefslogtreecommitdiffstats
path: root/docs/Usage.md
diff options
context:
space:
mode:
authorClément Bénier <clement.benier@iot.bzh>2019-04-16 15:59:23 +0200
committerClément Bénier <clement.benier@iot.bzh>2019-04-16 14:09:57 +0000
commitbcd8dbb7b805f80cc4576e5c499f6944fb1da23b (patch)
treee02c260f80ae80dd3162e02896e62ed473151b29 /docs/Usage.md
parentdc2bdf68866f8e3fb888963f13cf585345abec04 (diff)
controller: fix broken link
- fix link to Verify your build host Change-Id: Ia6b220edcdfdeaa9979638d284be416fb31bc6cc Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
Diffstat (limited to 'docs/Usage.md')
-rw-r--r--docs/Usage.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/Usage.md b/docs/Usage.md
index 4bf1063..e89aade 100644
--- a/docs/Usage.md
+++ b/docs/Usage.md
@@ -64,7 +64,7 @@ done
> homologue `afb_api_call_legacy` and `afb_api_call_sync_legacy` respectively
> but you have to be aware that they are *legacy* functions and you should use
> the news call functions `afb_api_call` and `afb_api_call_sync` instead.
-> Cf [Binder API functions reference](../af-binder/reference-v3/func-api.html#calls-and-job-functions)
+> Cf [Binder API functions reference](../../../apis_services/reference/af-binder/reference-v3/func-api.html#calls-and-job-functions)
> for more details on these functions.
As a reminder, here are the old controller's functions definitions that you