aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClément Bénier <clement.benier@iot.bzh>2019-04-16 16:47:40 +0200
committerClément Bénier <clement.benier@iot.bzh>2019-04-16 16:50:45 +0200
commit38b87769f16527b537c863529552330abd27b58a (patch)
tree0007c7e4695fa6f8dae1beda55106b66644d8ea4
parentf878e8026a9c76311327eb840dc9252e9ed87379 (diff)
afb-migration-to-binding-v3: fix broken links
- fix broken link to the same section Change-Id: I5e104c5527fae29ff51b6208f43ed0eb3c5f8c04 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
-rw-r--r--docs/afb-migration-to-binding-v3.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/afb-migration-to-binding-v3.md b/docs/afb-migration-to-binding-v3.md
index 29ea1790..4a8096d7 100644
--- a/docs/afb-migration-to-binding-v3.md
+++ b/docs/afb-migration-to-binding-v3.md
@@ -177,8 +177,8 @@ of the context and event subscriptions. The new design allows you to specify:
- whether the caller or the service or both or none will receive the
eventually events during the subcall.
-See [calls](reference-v3/func-api/#calls-and-job-functions) and
-[subcalls](reference-v3/func-req/#subcall-functions).
+See [calls](reference-v3/func-api.html#calls-and-job-functions) and
+[subcalls](reference-v3/func-req.html#subcall-functions).
The table below list the changes to apply:
@@ -197,4 +197,4 @@ Consider use of event handlers
Binding V3 brings new ways of handling event in services. You can register
functions that will handle specific events and that accept closure arguments.
-See [**afb_api_event_handler_add** and **afb_api_event_handler_del**](reference-v3/func-api/#event-functions)
+See [**afb_api_event_handler_add** and **afb_api_event_handler_del**](reference-v3/func-api.html#event-functions)