You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@zeppelin.apache.org by ah...@apache.org on 2017/02/08 02:00:03 UTC

zeppelin git commit: [HOTFIX] Change the screenshot path in custom page document

Repository: zeppelin
Updated Branches:
  refs/heads/master 584ed48a0 -> 4ef14956a


[HOTFIX] Change the screenshot path in custom page document

### What is this PR for?
After merging [PR1804](https://github.com/apache/zeppelin/pull/1804), the following screenshot path is fault.
![image](https://cloud.githubusercontent.com/assets/8110458/22681668/cb9184c4-ed51-11e6-8984-e8811f81e9aa.png)
![image](https://cloud.githubusercontent.com/assets/8110458/22681769/627c22ea-ed52-11e6-9bf9-b1c2080d0a25.png)

I fixed to change from absolute path to relative path.

### What type of PR is it?
[Bug Fix | Hot Fix]

### What is the Jira issue?
* None

### How should this be tested?
1. Run website locally
2. Please check [Show note list in your custom homepage](http://localhost:4000/manual/notebookashomepage.html#show-note-list-in-your-custom-homepage)
![image](https://cloud.githubusercontent.com/assets/8110458/22681862/eceef222-ed52-11e6-9ff9-9a2560c54e45.png)

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

Author: soralee <so...@zepl.com>

Closes #1984 from soralee/notelist_png_path and squashes the following commits:

ea6f51f [soralee] change png path


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

Branch: refs/heads/master
Commit: 4ef14956a6af99521147fc7e58a600dc769de830
Parents: 584ed48
Author: soralee <so...@zepl.com>
Authored: Tue Feb 7 16:20:59 2017 +0900
Committer: ahyoungryu <ah...@apache.org>
Committed: Wed Feb 8 10:59:49 2017 +0900

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


http://git-wip-us.apache.org/repos/asf/zeppelin/blob/4ef14956/docs/manual/notebookashomepage.md
----------------------------------------------------------------------
diff --git a/docs/manual/notebookashomepage.md b/docs/manual/notebookashomepage.md
index b85f631..d942141 100644
--- a/docs/manual/notebookashomepage.md
+++ b/docs/manual/notebookashomepage.md
@@ -82,7 +82,7 @@ println(
 
 After running the paragraph, you will see output similar to this one:
 
-<img src="/assets/themes/zeppelin/img/docs-img/homepage_custom_notebook_list.png" />
+<img src="../assets/themes/zeppelin/img/docs-img/homepage_custom_notebook_list.png" />
 
 That's it! Voila! You have your note list.