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 41206f6  UNOMI-208 Improve documentation - Fix image reference for 
latest documentation, probably still have to fix it for archives
41206f6 is described below

commit 41206f68d92db9913c2fc727e3335da01baac768
Author: Serge Huber <shu...@apache.org>
AuthorDate: Sun May 12 10:28:37 2019 +0200

    UNOMI-208 Improve documentation
    - Fix image reference for latest documentation, probably still have to fix 
it for archives
    
    Signed-off-by: Serge Huber <shu...@apache.org>
---
 manual/src/main/asciidoc/concepts.adoc               | 8 +++++++-
 manual/src/main/asciidoc/samples/twitter-sample.adoc | 3 ++-
 2 files changed, 9 insertions(+), 2 deletions(-)

diff --git a/manual/src/main/asciidoc/concepts.adoc 
b/manual/src/main/asciidoc/concepts.adoc
index 0849fcc..6fc8525 100644
--- a/manual/src/main/asciidoc/concepts.adoc
+++ b/manual/src/main/asciidoc/concepts.adoc
@@ -122,4 +122,10 @@ It is interesting to note that there is not necessarily a 
one to one mapping bet
 
 === Sessions
 
-A session represents a time-bounded interaction between a user (via their 
associated profile) and a Unomi-enabled application. A session represents the 
sequence of actions the user performed during its duration. For this reason, 
events are associated with the session during which they occurred. In the 
context of web applications, sessions are usually linked to HTTP sessions.
\ No newline at end of file
+A session represents a time-bounded interaction between a user (via their 
associated profile) and a Unomi-enabled application. A session represents the 
sequence of actions the user performed during its duration. For this reason, 
events are associated with the session during which they occurred. In the 
context of web applications, sessions are usually linked to HTTP sessions.
+
+=== Request flow
+
+Here is an overview of how Unomi processes incoming requests to the 
`ContextServlet`.
+
+image::unomi-request.png[Unomi request overview]
\ No newline at end of file
diff --git a/manual/src/main/asciidoc/samples/twitter-sample.adoc 
b/manual/src/main/asciidoc/samples/twitter-sample.adoc
index a74f81c..0590606 100644
--- a/manual/src/main/asciidoc/samples/twitter-sample.adoc
+++ b/manual/src/main/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

Reply via email to