Repository: flink-web
Updated Branches:
  refs/heads/asf-site b68e1f48b -> ffe31bf53


[FLINK-3316] Fix broken links in first paragraph of landing page


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

Branch: refs/heads/asf-site
Commit: ffe31bf53ca28a842d4a352a568f288251d56490
Parents: b68e1f4
Author: Till Rohrmann <trohrm...@apache.org>
Authored: Tue Feb 2 16:19:53 2016 +0100
Committer: Till Rohrmann <trohrm...@apache.org>
Committed: Tue Feb 2 16:19:53 2016 +0100

----------------------------------------------------------------------
 index.md | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink-web/blob/ffe31bf5/index.md
----------------------------------------------------------------------
diff --git a/index.md b/index.md
index 5ff5583..c675b4c 100644
--- a/index.md
+++ b/index.md
@@ -10,18 +10,18 @@ layout: base
 <div class="row">
   <div class="col-md-6" markdown="1">
 
-**Flink’s core** is a [streaming dataflow 
engine](features.html#unified-stream-amp-batch-processing) that provides data 
distribution, communication, and fault tolerance for distributed computations 
over data streams.
+**Flink’s core** is a [streaming dataflow engine](features.html) that 
provides data distribution, communication, and fault tolerance for distributed 
computations over data streams.
 
 Flink includes **several APIs** for creating applications that use the Flink 
engine:
 
-1. [DataSet API](features.html#dataset-api) for static data embedded in Java, 
Scala, and Python,
-2. [DataStream API](features.html#datastream-api) for unbounded streams 
embedded in Java and Scala, and
-3. [Table API](features.html#table-api) with a SQL-like expression language 
embedded in Java and Scala.
+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 }}/libs/table.html) with a SQL-like 
expression language embedded in Java and Scala.
 
 Flink also bundles **libraries for domain-specific use cases**:
 
-1. [Machine Learning library](features.html#machine-learning-library), and
-2. [Gelly](features.html#graph-api-amp-library-gelly), a graph processing API 
and library.
+1. [Machine Learning library]({{ site.docs-snapshot }}/libs/ml/index.html), and
+2. [Gelly]({{ site.docs-snapshot }}/libs/gelly_guide.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>

Reply via email to