From: Jan-Simon Moeller Date: Tue, 16 Apr 2019 17:04:22 +0000 (+0000) Subject: Merge "afb-migration-to-binding-v3: fix broken links" X-Git-Tag: 7.99.1~11 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=a1e6d2c08445030fc35e98f5b97dd1a10024fe62;hp=036629f2e6306f3e2bb520bc58565d9a9db28a45;p=src%2Fapp-framework-binder.git Merge "afb-migration-to-binding-v3: fix broken links" --- 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)