From 1791f725039e9404ae92c00711520155167d180e Mon Sep 17 00:00:00 2001 From: Sebastien Douheret Date: Wed, 15 Feb 2017 14:40:11 +0100 Subject: [PATCH] Fix html heading and hyperlink order Change-Id: I4f52c1c68fa357306faf6cd976a69e65de580fdb Signed-off-by: Sebastien Douheret --- doc/afb-overview.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/doc/afb-overview.md b/doc/afb-overview.md index 78ef8c34..eec3f91a 100644 --- a/doc/afb-overview.md +++ b/doc/afb-overview.md @@ -15,7 +15,7 @@ an application to the AGL framework and AGL system. On the following figure, you can use a typical use of afb-daemon: -

Figure: binder afb-daemon, basis

+

Figure: binder afb-daemon, basis

![binder-basis][binder-basis] @@ -30,7 +30,7 @@ The binder afb-daemon serves multiple purposes: 2. It acts as an HTTP server for serving files to HTML5 applications; 3. It allows HTML5 applications to have native extensions subject -to security enforcement for accessing hardware ressources or +to security enforcement for accessing hardware resources or for speeding parts of algorithm. Use cases of the binder afb-daemon @@ -49,7 +49,7 @@ protocols. So the [figure binder, basis](#binder-fig-basis) would become when the application is run remotely: -

Figure: binder afb-daemon and remotely running application

+

Figure: binder afb-daemon and remotely running application

### Adding native features to HTML5/QML applications @@ -72,7 +72,7 @@ This will be used for: In that case, the figure showing the whole aspects is -

Figure: binder afb-daemon for services

+

Figure: binder afb-daemon for services

![afb-for-services][afb-for-services] @@ -286,7 +286,7 @@ The launch options for binder **afb-daemon** are: Valid values are 'no' (default), 'common', 'extra' or 'all'. - + Future development of afb-daemon -- 2.16.6