Repository: incubator-zeppelin Updated Branches: refs/heads/master 0a82a93ce -> b7c76f80d
ZEPPELIN-376 http://zeppelin.incubator.apache.org/docs/dynamicform.html points to null link I found the right place of dynamicform.html : ) Author: Ryu Ah young <[email protected]> Closes #378 from AhyoungRyu/ZEPPELIN-376-dynamicform.html-points-to-null-link and squashes the following commits: f44d46a [Ryu Ah young] fix http://zeppelin.incubator.apache.org/docs/display.html link 0b79294 [Ryu Ah young] ZEPPELIN-376 http://zeppelin.incubator.apache.org/docs/dynamicform.html points to null link Project: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/commit/b7c76f80 Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/b7c76f80 Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/b7c76f80 Branch: refs/heads/master Commit: b7c76f80d4d716f751820947b2271e2b8b5e8e08 Parents: 0a82a93 Author: Ryu Ah young <[email protected]> Authored: Fri Oct 30 16:09:12 2015 +0900 Committer: Lee moon soo <[email protected]> Committed: Mon Nov 2 19:44:19 2015 +0900 ---------------------------------------------------------------------- docs/index.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/b7c76f80/docs/index.md ---------------------------------------------------------------------- diff --git a/docs/index.md b/docs/index.md index a5245e6..433912a 100644 --- a/docs/index.md +++ b/docs/index.md @@ -71,7 +71,7 @@ With simple drag and drop Zeppelin aggeregates the values and display them in pi <img class="img-responsive" src="./assets/themes/zeppelin/img/screenshots/pivot.png" /> </div> </div> -Learn more about Zeppelin's [Display system](./docs/display.html). +Learn more about Zeppelin's Display system. ( [text](./docs/displaysystem/display.html), [html](./docs/displaysystem/display.html#html), [table](./docs/displaysystem/table.html), [angular](./docs/displaysystem/angular.html) ) <br /> @@ -81,7 +81,7 @@ Zeppelin can dynamically create some input forms into your notebook. <img class="img-responsive" src="./assets/themes/zeppelin/img/screenshots/form_input.png" /> -Learn more about [Dynamic Forms](./docs/dynamicform.html). +Learn more about [Dynamic Forms](./docs/manual/dynamicform.html). <br />
