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.   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)  ### Questions: * Does the licenses files need update? * Is there breaking changes for older versions? * Does this needs documentation? Author: soralee <[email protected]> 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 <[email protected]> Authored: Tue Feb 7 16:20:59 2017 +0900 Committer: ahyoungryu <[email protected]> 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.
