summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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