You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by se...@apache.org on 2015/11/17 15:39:20 UTC

[5/6] flink git commit: [FLINK-2879] [docs] Fixed broken links on the architecture page

[FLINK-2879] [docs] Fixed broken links on the architecture page

This closes #1348


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

Branch: refs/heads/master
Commit: ffb8aecf2bf1ab64d2488ae37130f310f40b530e
Parents: 442fcb1
Author: andralungu <lu...@gmail.com>
Authored: Wed Nov 11 22:00:36 2015 +0200
Committer: Stephan Ewen <se...@apache.org>
Committed: Tue Nov 17 15:38:06 2015 +0100

----------------------------------------------------------------------
 docs/internals/general_arch.md | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/ffb8aecf/docs/internals/general_arch.md
----------------------------------------------------------------------
diff --git a/docs/internals/general_arch.md b/docs/internals/general_arch.md
index a53f2a4..4628e0b 100644
--- a/docs/internals/general_arch.md
+++ b/docs/internals/general_arch.md
@@ -61,23 +61,23 @@ You can click on the components in the figure to learn more.
 <img src="../fig/overview-stack-0.9.png" width="893" height="450" alt="Stack" usemap="#overview-stack">
 
 <map name="overview-stack">
-  <area shape="rect" coords="188,0,263,200" alt="Graph API: Gelly" href="libs/gelly_guide.html">
-  <area shape="rect" coords="268,0,343,200" alt="Flink ML" href="libs/ml/">
-  <area shape="rect" coords="348,0,423,200" alt="Table" href="libs/table.html">
+  <area shape="rect" coords="188,0,263,200" alt="Graph API: Gelly" href="../libs/gelly_guide.html">
+  <area shape="rect" coords="268,0,343,200" alt="Flink ML" href="../libs/ml/">
+  <area shape="rect" coords="348,0,423,200" alt="Table" href="../libs/table.html">
 
-  <area shape="rect" coords="188,205,538,260" alt="DataSet API (Java/Scala)" href="apis/programming_guide.html">
-  <area shape="rect" coords="543,205,893,260" alt="DataStream API (Java/Scala)" href="apis/streaming_guide.html">
+  <area shape="rect" coords="188,205,538,260" alt="DataSet API (Java/Scala)" href="../apis/programming_guide.html">
+  <area shape="rect" coords="543,205,893,260" alt="DataStream API (Java/Scala)" href="../apis/streaming_guide.html">
 
   <!-- <area shape="rect" coords="188,275,538,330" alt="Optimizer" href="optimizer.html"> -->
   <!-- <area shape="rect" coords="543,275,893,330" alt="Stream Builder" href="streambuilder.html"> -->
 
-  <area shape="rect" coords="188,335,893,385" alt="Flink Runtime" href="internals/general_arch.html">
+  <area shape="rect" coords="188,335,893,385" alt="Flink Runtime" href="general_arch.html">
 
-  <area shape="rect" coords="188,405,328,455" alt="Local" href="apis/local_execution.html">
-  <area shape="rect" coords="333,405,473,455" alt="Remote" href="apis/cluster_execution.html">
-  <area shape="rect" coords="478,405,638,455" alt="Embedded" href="apis/local_execution.html">
-  <area shape="rect" coords="643,405,765,455" alt="YARN" href="setup/yarn_setup.html">
-  <area shape="rect" coords="770,405,893,455" alt="Tez" href="setup/flink_on_tez.html">
+  <area shape="rect" coords="188,405,328,455" alt="Local" href="../apis/local_execution.html">
+  <area shape="rect" coords="333,405,473,455" alt="Remote" href="../apis/cluster_execution.html">
+  <area shape="rect" coords="478,405,638,455" alt="Embedded" href="../apis/local_execution.html">
+  <area shape="rect" coords="643,405,765,455" alt="YARN" href="../setup/yarn_setup.html">
+  <area shape="rect" coords="770,405,893,455" alt="Tez" href="../setup/flink_on_tez.html">
 </map>
 
 ## Projects and Dependencies