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 2016/09/07 20:28:00 UTC

[2/2] flink-web git commit: Rebuild site

Rebuild site


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

Branch: refs/heads/asf-site
Commit: 190b3d610d31d7945417edfa7d573ed6b0578a01
Parents: bb6d820
Author: Robert Metzger <rm...@apache.org>
Authored: Wed Sep 7 22:27:45 2016 +0200
Committer: Robert Metzger <rm...@apache.org>
Committed: Wed Sep 7 22:27:45 2016 +0200

----------------------------------------------------------------------
 content/index.html | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/190b3d61/content/index.html
----------------------------------------------------------------------
diff --git a/content/index.html b/content/index.html
index b1a340e..196d280 100644
--- a/content/index.html
+++ b/content/index.html
@@ -164,17 +164,17 @@
     <p>Flink includes <strong>several APIs</strong> for creating applications that use the Flink engine:</p>
 
     <ol>
-      <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/apis/streaming/index.html">DataStream API</a> for unbounded streams embedded in Java and Scala, and</li>
-      <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/apis/batch/index.html">DataSet API</a> for static data embedded in Java, Scala, and Python,</li>
-      <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/apis/batch/libs/table.html">Table API</a> with a SQL-like expression language embedded in Java and Scala.</li>
+      <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/dev/datastream_api.html">DataStream API</a> for unbounded streams embedded in Java and Scala, and</li>
+      <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/dev/batch/index.html">DataSet API</a> for static data embedded in Java, Scala, and Python,</li>
+      <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/dev/table_api.html">Table API</a> with a SQL-like expression language embedded in Java and Scala.</li>
     </ol>
 
     <p>Flink also bundles <strong>libraries for domain-specific use cases</strong>:</p>
 
     <ol>
-      <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/apis/streaming/libs/cep.html">CEP</a>, a complex event processing library,</li>
-      <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/apis/batch/libs/ml/index.html">Machine Learning library</a>, and</li>
-      <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/apis/batch/libs/gelly.html">Gelly</a>, a graph processing API and library.</li>
+      <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/dev/libs/cep.html">CEP</a>, a complex event processing library,</li>
+      <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/dev/libs/ml/index.html">Machine Learning library</a>, and</li>
+      <li><a href="http://ci.apache.org/projects/flink/flink-docs-master/dev/libs/gelly/index.html">Gelly</a>, a graph processing API and library.</li>
     </ol>
 
     <p>You can <strong>integrate</strong> Flink easily with other well-known open source systems both for <a href="features.html#deployment-and-integration">data input and output</a> as well as <a href="features.html#deployment-and-integration">deployment</a>.</p>
@@ -222,7 +222,7 @@
 
     <p>The documentation contains a <a href="http://ci.apache.org/projects/flink/flink-docs-master/setup/building.html">setup guide</a> for all deployment options.</p>
 
-    <p>The <a href="http://ci.apache.org/projects/flink/flink-docs-master/apis/programming_guide.html">programming guide</a> contains all information to get you started with writing and testing your Flink programs.</p>
+    <p>The <a href="http://ci.apache.org/projects/flink/flink-docs-master/dev/api_concepts.html">programming guide</a> contains all information to get you started with writing and testing your Flink programs.</p>
 
     <p>See our list of <a href="/community.html#third-party-packages">third-party packages</a> for Flink.</p>