aboutsummaryrefslogtreecommitdiffstats
path: root/docs/afb-binding-references.md
diff options
context:
space:
mode:
authorJosé Bollo <jose.bollo@iot.bzh>2018-07-09 10:50:05 +0200
committerJosé Bollo <jose.bollo@iot.bzh>2018-07-09 17:10:18 +0200
commit809176909e8efde965a4053c7b2c74150b759f81 (patch)
treed240f82cba11bbbf07b99a2739c795046648315d /docs/afb-binding-references.md
parentc98c0d913e3720e61f42d1fabc56a12a73a612ae (diff)
docs: Fix internal links by referencing html files
What to reference? Markdown files or HTML files? I dont like this solution but it is the least effort. Bug-AGL: SPEC-1544 Change-Id: I0d2e2c7fe1cfe769149bee3af611b04d2fe1aead Signed-off-by: José Bollo <jose.bollo@iot.bzh>
Diffstat (limited to 'docs/afb-binding-references.md')
-rw-r--r--docs/afb-binding-references.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/docs/afb-binding-references.md b/docs/afb-binding-references.md
index e4f84d8d..824c8252 100644
--- a/docs/afb-binding-references.md
+++ b/docs/afb-binding-references.md
@@ -1,10 +1,10 @@
# Binding Reference
- * [Structures and types](reference-v3/types-and-globals.md.md)
- * [Functions of api](reference-v3/func-api.md)
- * [Functions of req](reference-v3/func-req.md)
- * [Functions of event](reference-v3/func-event.md)
- * [Functions of daemon](reference-v3/func-daemon.md)
- * [Functions of service](reference-v3/func-service.md)
- * [Macros for logging](reference-v3/macro-log.md)
+ * [Structures and types](reference-v3/types-and-globals.html)
+ * [Functions of api](reference-v3/func-api.html)
+ * [Functions of req](reference-v3/func-req.html)
+ * [Functions of event](reference-v3/func-event.html)
+ * [Functions of daemon](reference-v3/func-daemon.html)
+ * [Functions of service](reference-v3/func-service.html)
+ * [Macros for logging](reference-v3/macro-log.html)