You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2019/05/12 09:34:25 UTC

[unomi] branch master updated: UNOMI-208 Improve documentation - Fix image reference in archived documentation

This is an automated email from the ASF dual-hosted git repository.

shuber pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git


The following commit(s) were added to refs/heads/master by this push:
     new abe5342  UNOMI-208 Improve documentation - Fix image reference in archived documentation
abe5342 is described below

commit abe53424da8d3a20cbc103d6ad42aa9ea2be4b62
Author: Serge Huber <sh...@apache.org>
AuthorDate: Sun May 12 11:34:20 2019 +0200

    UNOMI-208 Improve documentation
    - Fix image reference in archived documentation
    
    Signed-off-by: Serge Huber <sh...@apache.org>
---
 manual/src/archives/1.1/asciidoc/getting-started.adoc        | 3 ++-
 manual/src/archives/1.2/asciidoc/samples/twitter-sample.adoc | 3 ++-
 manual/src/archives/1.3/asciidoc/samples/twitter-sample.adoc | 3 ++-
 3 files changed, 6 insertions(+), 3 deletions(-)

diff --git a/manual/src/archives/1.1/asciidoc/getting-started.adoc b/manual/src/archives/1.1/asciidoc/getting-started.adoc
index 112d07b..4ad0942 100644
--- a/manual/src/archives/1.1/asciidoc/getting-started.adoc
+++ b/manual/src/archives/1.1/asciidoc/getting-started.adoc
@@ -458,4 +458,5 @@ We have seen a simple example how to interact with Unomi using a combination of
 === Annex
 
 Here is an overview of how Unomi processes incoming requests to the `ContextServlet`.
-image:../../images/unomi-request.png[Unomi request overview]
\ No newline at end of file
+
+image::unomi-request.png[Unomi request overview]
\ No newline at end of file
diff --git a/manual/src/archives/1.2/asciidoc/samples/twitter-sample.adoc b/manual/src/archives/1.2/asciidoc/samples/twitter-sample.adoc
index 23de08c..dc37f41 100644
--- a/manual/src/archives/1.2/asciidoc/samples/twitter-sample.adoc
+++ b/manual/src/archives/1.2/asciidoc/samples/twitter-sample.adoc
@@ -430,4 +430,5 @@ We have seen a simple example how to interact with Unomi using a combination of
 === Annex
 
 Here is an overview of how Unomi processes incoming requests to the `ContextServlet`.
-image:../../images/unomi-request.png[Unomi request overview]
\ No newline at end of file
+
+image::unomi-request.png[Unomi request overview]
\ No newline at end of file
diff --git a/manual/src/archives/1.3/asciidoc/samples/twitter-sample.adoc b/manual/src/archives/1.3/asciidoc/samples/twitter-sample.adoc
index a74f81c..0590606 100644
--- a/manual/src/archives/1.3/asciidoc/samples/twitter-sample.adoc
+++ b/manual/src/archives/1.3/asciidoc/samples/twitter-sample.adoc
@@ -429,4 +429,5 @@ We have seen a simple example how to interact with Unomi using a combination of
 === Annex
 
 Here is an overview of how Unomi processes incoming requests to the `ContextServlet`.
-image: images/unomi-request.png[Unomi request overview]
\ No newline at end of file
+
+image::unomi-request.png[Unomi request overview]
\ No newline at end of file