Repository: zeppelin
Updated Branches:
  refs/heads/master 2fcfaa8c7 -> 425abe302


[Hot Fix] Fix deadlink in writingzeppelinvisualization.md

### What is this PR for?
It should point 
[HeliumVisualizationFactory.java](https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/helium/HeliumVisualizationFactory.java)
 not 
[HeliumVisualizationPackage.java](https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/helium/HeliumVisualizationPackage.java)

### What type of PR is it?
Documentation | HotFix

### What is the Jira issue?
N/A

### How should this be tested?
click `HeliumVisualizationFactory` link in [this 
section](https://zeppelin.apache.org/docs/0.7.0-SNAPSHOT/development/writingzeppelinvisualization.html#3-create-and-load-visualization-bundle-on-the-fly)
 :)

### Questions:
* Does the licenses files need update? no
* Is there breaking changes for older versions? no
* Does this needs documentation? no

Author: AhyoungRyu <fbdkdu...@hanmail.net>

Closes #1904 from AhyoungRyu/fix/deadlink and squashes the following commits:

60ac6c9 [AhyoungRyu] Fix deadlink in writingzeppelinvisualization.md


Project: http://git-wip-us.apache.org/repos/asf/zeppelin/repo
Commit: http://git-wip-us.apache.org/repos/asf/zeppelin/commit/425abe30
Tree: http://git-wip-us.apache.org/repos/asf/zeppelin/tree/425abe30
Diff: http://git-wip-us.apache.org/repos/asf/zeppelin/diff/425abe30

Branch: refs/heads/master
Commit: 425abe302374522278e7e76d4c78b71ce5dcdd9d
Parents: 2fcfaa8
Author: AhyoungRyu <fbdkdu...@hanmail.net>
Authored: Mon Jan 16 22:30:21 2017 +0900
Committer: ahyoungryu <ahyoung...@apache.org>
Committed: Tue Jan 17 14:50:46 2017 +0900

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


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/425abe30/docs/development/writingzeppelinvisualization.md
----------------------------------------------------------------------
diff --git a/docs/development/writingzeppelinvisualization.md 
b/docs/development/writingzeppelinvisualization.md
index 364bb08..ab46958 100644
--- a/docs/development/writingzeppelinvisualization.md
+++ b/docs/development/writingzeppelinvisualization.md
@@ -61,7 +61,7 @@ Click 'enable' button.
 
 #### 3. Create and load visualization bundle on the fly
 
-Once a Visualization package is enabled, 
[HeliumVisualizationFactory](https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/helium/HeliumVisualizationPackage.java)
 creates a js bundle. The js bundle is served by `helium/visualization/load` 
rest api endpoint.
+Once a Visualization package is enabled, 
[HeliumVisualizationFactory](https://github.com/apache/zeppelin/blob/master/zeppelin-zengine/src/main/java/org/apache/zeppelin/helium/HeliumVisualizationFactory.java)
 creates a js bundle. The js bundle is served by `helium/visualization/load` 
rest api endpoint.
 
 
 #### 4. Run visualization

Reply via email to