You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by mo...@apache.org on 2015/11/18 12:00:12 UTC

incubator-zeppelin git commit: [ZEPPELIN-436] Broken link to Spark in Dynamic Form doc

Repository: incubator-zeppelin
Updated Branches:
  refs/heads/master d457277f0 -> 18e599162


[ZEPPELIN-436] Broken link to Spark in Dynamic Form doc

fix broken link

Author: Felix Cheung <fe...@hotmail.com>

Closes #444 from felixcheung/zcbrokenlink and squashes the following commits:

9b7c667 [Felix Cheung] fix broken 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/18e59916
Tree: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/tree/18e59916
Diff: http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/diff/18e59916

Branch: refs/heads/master
Commit: 18e59916250ad92b9086a234578271d392c10939
Parents: d457277
Author: Felix Cheung <fe...@hotmail.com>
Authored: Tue Nov 17 18:31:29 2015 -0800
Committer: Lee moon soo <mo...@apache.org>
Committed: Wed Nov 18 20:00:40 2015 +0900

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


http://git-wip-us.apache.org/repos/asf/incubator-zeppelin/blob/18e59916/docs/manual/dynamicform.md
----------------------------------------------------------------------
diff --git a/docs/manual/dynamicform.md b/docs/manual/dynamicform.md
index 06074fd..36cadef 100644
--- a/docs/manual/dynamicform.md
+++ b/docs/manual/dynamicform.md
@@ -61,7 +61,7 @@ Also you can separate option's display name and value, using _${formName=default
 <br />
 ### Creates Programmatically
 
-Some language backend uses programmatic way to create form. For example [ZeppelinContext](./interpreter/spark.html#zeppelincontext) provides form creation API
+Some language backend uses programmatic way to create form. For example [ZeppelinContext](../interpreter/spark.html#zeppelincontext) provides form creation API
 
 Here're some examples.