You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by mx...@apache.org on 2015/11/19 13:53:37 UTC

flink git commit: [docs] remove snapshot information from front page

Repository: flink
Updated Branches:
  refs/heads/master dc61c7a95 -> 8cfc232ef


[docs] remove snapshot information from front page


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

Branch: refs/heads/master
Commit: 8cfc232efe3791874c8e7b0251a0d5f98ec96fcf
Parents: dc61c7a
Author: Maximilian Michels <mx...@apache.org>
Authored: Thu Nov 19 13:47:30 2015 +0100
Committer: Maximilian Michels <mx...@apache.org>
Committed: Thu Nov 19 13:47:30 2015 +0100

----------------------------------------------------------------------
 docs/index.md | 18 +++---------------
 1 file changed, 3 insertions(+), 15 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/8cfc232e/docs/index.md
----------------------------------------------------------------------
diff --git a/docs/index.md b/docs/index.md
index 748b441..6168934 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -20,6 +20,9 @@ specific language governing permissions and limitations
 under the License.
 -->
 
+This documentation is for Apache Flink version {{ site.version }}, which is the
+current development version of the next upcoming major release of Apache Flink.
+
 Apache Flink is an open source platform for distributed stream and batch data processing. Flinkā€™s core is
 a streaming dataflow engine that provides data distribution, communication, and fault tolerance for distributed
 computations over data streams. Flink also builds batch processing on top of the streaming engine, overlaying
@@ -53,18 +56,3 @@ This is an overview of Flink's stack. Click on any component to go to the respec
   <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>
-
-
-## Download
-
-This documentation is for Apache Flink version {{ site.version }}, which is the current development version of the next upcoming major release of Apache Flink.
-
-You can download the latest pre-built snapshot version from the [downloads]({{ site.download_url }}#latest) page of the [project website]({{ site.website_url }}).
-
-<!--The Scala API uses Scala {{ site.scala_version }}. Please make sure to use a compatible version.
-
-The Scala API uses Scala 2.10, but you can use the API with Scala 2.11. To use Flink with
-Scala 2.11, please check [build guide](/setup/building.html#build-flink-for-a-specific-scala-version)
-and [programming guide](/apis/programming_guide.html#scala-dependency-versions).-->
-
-