Repository: flink
Updated Branches:
  refs/heads/master bb5e61d24 -> 77b747158


[docs] Fixes broken link in FlinkML docs


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

Branch: refs/heads/master
Commit: 77b7471580ce9cada86e32c2b6919086ed2eb730
Parents: bb5e61d
Author: Till Rohrmann <trohrm...@apache.org>
Authored: Tue Aug 4 09:41:33 2015 +0200
Committer: Till Rohrmann <trohrm...@apache.org>
Committed: Tue Aug 4 09:41:33 2015 +0200

----------------------------------------------------------------------
 docs/libs/ml/index.md | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/flink/blob/77b74715/docs/libs/ml/index.md
----------------------------------------------------------------------
diff --git a/docs/libs/ml/index.md b/docs/libs/ml/index.md
index 63cdf43..8886682 100644
--- a/docs/libs/ml/index.md
+++ b/docs/libs/ml/index.md
@@ -69,7 +69,8 @@ Next, you have to add the FlinkML dependency to the `pom.xml` 
of your project.
 </dependency>
 {% endhighlight %}
 
-Note that FlinkML is currently not part of the binary distribution. See 
linking with it for cluster execution 
[here](../apis/cluster_execution.html#linking-with-modules-not-contained-in-the-binary-distribution).
+Note that FlinkML is currently not part of the binary distribution. 
+See linking with it for cluster execution 
[here]({{site.baseurl}}/apis/cluster_execution.html#linking-with-modules-not-contained-in-the-binary-distribution).
 
 Now you can start solving your analysis task.
 The following code snippet shows how easy it is to train a multiple linear 
regression model.

Reply via email to