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:27:59 UTC

[1/2] flink-web git commit: [FLINK-4585] Fix broken links in index.md

Repository: flink-web
Updated Branches:
  refs/heads/asf-site 66ffb1114 -> 190b3d610


[FLINK-4585] Fix broken links in index.md

This closes #34


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

Branch: refs/heads/asf-site
Commit: bb6d820f8d343e239b1bed16f9cdeaf6c8a273cc
Parents: 66ffb11
Author: Alexander Pivovarov <ap...@gmail.com>
Authored: Tue Sep 6 13:37:10 2016 -0700
Committer: Robert Metzger <rm...@apache.org>
Committed: Wed Sep 7 22:27:23 2016 +0200

----------------------------------------------------------------------
 index.md | 14 +++++++-------
 1 file changed, 7 insertions(+), 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/bb6d820f/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index c129baf..257bf62 100644
--- a/index.md
+++ b/index.md
@@ -14,15 +14,15 @@ layout: base
 
 Flink includes **several APIs** for creating applications that use the Flink engine:
 
-1. [DataStream API]({{ site.docs-snapshot }}/apis/streaming/index.html) for unbounded streams embedded in Java and Scala, and
-2. [DataSet API]({{ site.docs-snapshot }}/apis/batch/index.html) for static data embedded in Java, Scala, and Python,
-3. [Table API]({{ site.docs-snapshot }}/apis/batch/libs/table.html) with a SQL-like expression language embedded in Java and Scala.
+1. [DataStream API]({{ site.docs-snapshot }}/dev/datastream_api.html) for unbounded streams embedded in Java and Scala, and
+2. [DataSet API]({{ site.docs-snapshot }}/dev/batch/index.html) for static data embedded in Java, Scala, and Python,
+3. [Table API]({{ site.docs-snapshot }}/dev/table_api.html) with a SQL-like expression language embedded in Java and Scala.
 
 Flink also bundles **libraries for domain-specific use cases**:
 
-1. [CEP]({{ site.docs-snapshot }}/apis/streaming/libs/cep.html), a complex event processing library,
-2. [Machine Learning library]({{ site.docs-snapshot }}/apis/batch/libs/ml/index.html), and
-3. [Gelly]({{ site.docs-snapshot }}/apis/batch/libs/gelly.html), a graph processing API and library.
+1. [CEP]({{ site.docs-snapshot }}/dev/libs/cep.html), a complex event processing library,
+2. [Machine Learning library]({{ site.docs-snapshot }}/dev/libs/ml/index.html), and
+3. [Gelly]({{ site.docs-snapshot }}/dev/libs/gelly/index.html), a graph processing API and library.
 
 You can **integrate** Flink easily with other well-known open source systems both for [data input and output](features.html#deployment-and-integration) as well as [deployment](features.html#deployment-and-integration).
   </div>
@@ -69,7 +69,7 @@ Download the **latest stable release** and run Flink on your machine, cluster, o
 
 The documentation contains a [setup guide]({{ site.docs-snapshot }}/setup/building.html) for all deployment options.
 
-The [programming guide]({{ site.docs-snapshot }}/apis/programming_guide.html) contains all information to get you started with writing and testing your Flink programs.
+The [programming guide]({{ site.docs-snapshot }}/dev/api_concepts.html) contains all information to get you started with writing and testing your Flink programs.
 
 See our list of [third-party packages]({{ site.baseurl }}/community.html#third-party-packages) for Flink.
 


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

Posted by rm...@apache.org.
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>