summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorandrew-elder <aelder@audioscience.com>2016-02-11 09:51:14 -0500
committerandrew-elder <aelder@audioscience.com>2016-02-11 09:51:14 -0500
commitc7e296b88bc66e3364d25443f3cec3db6ae16c3e (patch)
tree13a96231d00e942e0ee0813597acf07edf3bdce5
parent81f62e0b6baa9700d7b900b6e1d25b0c38867abd (diff)
downloadOpen-AVB-c7e296b88bc66e3364d25443f3cec3db6ae16c3e.tar.gz
IPC doc, fix image pathfeature-ipc-doc
-rw-r--r--documents/design/oavb_ipc.asciidoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/documents/design/oavb_ipc.asciidoc b/documents/design/oavb_ipc.asciidoc
index 2787f5fc..fc43f199 100644
--- a/documents/design/oavb_ipc.asciidoc
+++ b/documents/design/oavb_ipc.asciidoc
@@ -4,7 +4,7 @@ v0.2
// Use attribute to shorten urls
:repo: https://github.com/AVnu/Open-AVB
-:img: {repo}/tree/gh-pages/images
+:img: {repo}/blob/gh-pages/images
== Introduction
@@ -104,7 +104,7 @@ The asynchronous communication interface sits on top of the synchronous communic
If application blocking to wait for a command to complete is desired, this can also be supported.
.Block image
-image::{img}/ipc1.png[]
+image::{img}/ipc1.png[Layers]
=== Communication Stack Abstraction