Repository: incubator-zeppelin Updated Branches: refs/heads/master fa3a46f72 -> 7998ffd54
ZEPPELIN-344 Fix the link to Flink interpreter Author: Victor <[email protected]> Closes #343 from vgmartinez/fix_href_flink and squashes the following commits: 472eccf [Victor] fix href to flink interpreter Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/7998ffd5 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/7998ffd5 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/7998ffd5 Branch: refs/heads/master Commit: 7998ffd54fd4e39ce8c0660dea1a3c7e7a797499 Parents: fa3a46f Author: Victor <[email protected]> Authored: Thu Oct 15 11:34:20 2015 +0200 Committer: Lee moon soo <[email protected]> Committed: Sun Oct 18 03:43:51 2015 +0900 ---------------------------------------------------------------------- docs/docs/index.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/7998ffd5/docs/docs/index.md ---------------------------------------------------------------------- diff --git a/docs/docs/index.md b/docs/docs/index.md index 1424fa1..9c88bfd 100644 --- a/docs/docs/index.md +++ b/docs/docs/index.md @@ -19,7 +19,7 @@ group: nav-right **[Interpreters in zeppelin](manual/interpreters.html)** -* [flink](../docs/interpreter/flink.html) +* [flink](./docs/interpreter/flink.html) * [hive](../docs/pleasecontribute.html) * [ignite](../docs/pleasecontribute.html) * [lens](../docs/pleasecontribute.html) @@ -51,5 +51,3 @@ group: nav-right * [Writing Zeppelin Interpreter](./development/writingzeppelininterpreter.html) * [How to contribute (code)](./development/howtocontribute.html) * [How to contribute (website)](./development/howtocontributewebsite.html) - -
