You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@flink.apache.org by ch...@apache.org on 2017/11/14 14:16:01 UTC

[2/7] flink git commit: [hotfix][docs] Fix broken link to FLINK-7811

[hotfix][docs] Fix broken link to FLINK-7811

This closes #4995.


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

Branch: refs/heads/master
Commit: 3f80f8ef334959392ac4a22b064fb6c8b5378462
Parents: fcbfbb9
Author: gyao <ga...@data-artisans.com>
Authored: Fri Nov 10 14:54:32 2017 +0100
Committer: zentol <ch...@apache.org>
Committed: Tue Nov 14 15:15:47 2017 +0100

----------------------------------------------------------------------
 docs/start/building.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/3f80f8ef/docs/start/building.md
----------------------------------------------------------------------
diff --git a/docs/start/building.md b/docs/start/building.md
index 455ebbfe..cbf1d1f 100644
--- a/docs/start/building.md
+++ b/docs/start/building.md
@@ -109,7 +109,7 @@ Flink has APIs, libraries, and runtime modules written in [Scala](http://scala-l
 
 Flink 1.4 currently builds only with Scala version 2.11.
 
-We are working on supporting Scala 2.12, but certain breaking changes in Scala 2.12 make this a more involved effort. Please check out (this JIRA issue)[https://issues.apache.org/jira/browse/FLINK-7811] for updates.
+We are working on supporting Scala 2.12, but certain breaking changes in Scala 2.12 make this a more involved effort. Please check out [this JIRA issue](https://issues.apache.org/jira/browse/FLINK-7811) for updates.
 
 {% top %}