Skip to content

Commit

Permalink
[doc] Fix missing Scala Version in index.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aljoscha committed Sep 26, 2014
1 parent 3c25a97 commit e601a0d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions docs/_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
# {{ site.CONFIG_KEY }}
#------------------------------------------------------------------------------

FLINK_VERSION_STABLE: 0.7-incubating # this variable can point to a SNAPSHOT version in the git source.
FLINK_VERSION_SHORT: 0.7
FLINK_VERSION_STABLE: "0.7-incubating" # this variable can point to a SNAPSHOT version in the git source.
FLINK_VERSION_SHORT: "0.7"
FLINK_VERSION_HADOOP_2_STABLE: 0.7-hadoop2-incubating
FLINK_SCALA_VERSION: 2.10.4
FLINK_SCALA_VERSION_SHORT: 2.10
FLINK_SCALA_VERSION: "2.10.4"
FLINK_SCALA_VERSION_SHORT: "2.10"
FLINK_ISSUES_URL: https://issues.apache.org/jira/browse/FLINK
FLINK_GITHUB_URL: https://github.com/apache/incubator-flink

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,5 @@ when picking a version, there are different versions depending on the Hadoop and
HDFS version that you want to use with Flink. Please refer to [building](building.html) if you
want to build Flink yourself from the source.

In Version {{ site.FLINK_VERSION}} the Scala API uses {{ site.SCALA_VERSION_SHORT}}. Please make
In Version {{ site.FLINK_VERSION_STABLE}} the Scala API uses Scala {{ site.FLINK_SCALA_VERSION_SHORT }}. Please make
sure to use a compatible version.

0 comments on commit e601a0d

Please sign in to comment.