aboutsummaryrefslogtreecommitdiffstats
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 16:09:10 +0200
commit9fab427304ad25818a26f6dbca67036116ee83ae (patch)
tree192be11f5294cd15af4d3cc5139064c17eb5e7e1
parentcf08755a97ceff0f07107fbcb77c8ca082f731f3 (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>
-rw-r--r--docs/Usage.md2
-rw-r--r--docs/controller.md2
2 files changed, 2 insertions, 2 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
diff --git a/docs/controller.md b/docs/controller.md
index fe5a964..8e6331b 100644
--- a/docs/controller.md
+++ b/docs/controller.md
@@ -38,7 +38,7 @@ here:
development branch, in the latest machine's deploy directory. (e.g in
`latest/<yourmachine>/deploy/sdk` directory)
-To install the native package please refer to [this chapter](../host-configuration/docs/1_Prerequisites.md)
+To install the native package please refer to [this chapter](../1-verify-build-host.html)
in the AGL documentation to install the AGL repository for your distribution.
Then use your package manager to install the library.