You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by rm...@apache.org on 2014/08/09 14:40:02 UTC

[31/39] git commit: [doku] fix broken image urls

[doku] fix broken image urls


Project: http://git-wip-us.apache.org/repos/asf/incubator-flink/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-flink/commit/e4c37542
Tree: http://git-wip-us.apache.org/repos/asf/incubator-flink/tree/e4c37542
Diff: http://git-wip-us.apache.org/repos/asf/incubator-flink/diff/e4c37542

Branch: refs/heads/travis_test
Commit: e4c375429c10502c808f2d8e4bf8d443298923dd
Parents: 72d7b86
Author: Robert Metzger <rm...@apache.org>
Authored: Sun Aug 3 14:41:24 2014 +0200
Committer: Robert Metzger <rm...@apache.org>
Committed: Sun Aug 3 14:41:24 2014 +0200

----------------------------------------------------------------------
 docs/internal_general_arch.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-flink/blob/e4c37542/docs/internal_general_arch.md
----------------------------------------------------------------------
diff --git a/docs/internal_general_arch.md b/docs/internal_general_arch.md
index 70ac7be..ce6e810 100644
--- a/docs/internal_general_arch.md
+++ b/docs/internal_general_arch.md
@@ -14,7 +14,7 @@ into the parallel data flow form that is executed by the JobManager and TaskMana
 illustrates the different actors in the system very coarsely.
 
 <div style="text-align: center;">
-<img src="ClientJmTm.svg" alt="The Interactions between Client, JobManager and TaskManager" height="400px" style="text-align: center;"/>
+<img src="img/ClientJmTm.svg" alt="The Interactions between Client, JobManager and TaskManager" height="400px" style="text-align: center;"/>
 </div>
 
 ## Component Stack
@@ -34,7 +34,7 @@ to provide utilities (serializers, comparators) that describe the interaction be
 the runtime.
 
 <div style="text-align: center;">
-<img src="stack.svg" alt="The Flink component stack" width="800px" />
+<img src="img/stack.svg" alt="The Flink component stack" width="800px" />
 </div>
 
 ## Projects and Dependencies
@@ -46,7 +46,7 @@ of smaller sub-modules.
 The individual projects and their dependencies are shown in the figure below.
 
 <div style="text-align: center;">
-<img src="projects_dependencies.svg" alt="The Flink sub-projects and their dependencies" height="600px" style="text-align: center;"/>
+<img src="img/projects_dependencies.svg" alt="The Flink sub-projects and their dependencies" height="600px" style="text-align: center;"/>
 </div>
 
 In addition to the projects listed in the figure above, Flink currently contains the following sub-projects: