aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorSebastien Douheret <sebastien.douheret@iot.bzh>2017-02-15 14:40:11 +0100
committerSebastien Douheret <sebastien.douheret@iot.bzh>2017-02-15 14:46:04 +0100
commit1791f725039e9404ae92c00711520155167d180e (patch)
treeec5640b8469ab97dc1ddcd79547aa6b4ff381361 /doc
parent0686ada403014fa7a27ca3e01a6b025a27fe8c16 (diff)
Fix html heading and hyperlink order
Change-Id: I4f52c1c68fa357306faf6cd976a69e65de580fdb Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
Diffstat (limited to 'doc')
-rw-r--r--doc/afb-overview.md10
1 files 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:
-<a id="binder-fig-basis"><h4>Figure: binder afb-daemon, basis</h4></a>
+<h4><a id="binder-fig-basis">Figure: binder afb-daemon, basis</a></h4>
![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:
-<a id="binder-fig-remote"><h4>Figure: binder afb-daemon and remotely running application</h4></a>
+<h4><a id="binder-fig-remote">Figure: binder afb-daemon and remotely running application</a></h4>
### 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
-<a id="binder-fig-remote"><h4>Figure: binder afb-daemon for services</h4></a>
+<h4><a id="binder-fig-remote">Figure: binder afb-daemon for services</a></h4>
![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