DOAN DuyHai created ZEPPELIN-845:
------------------------------------
Summary: Fix Image URL issue on documentation
Key: ZEPPELIN-845
URL: https://issues.apache.org/jira/browse/ZEPPELIN-845
Project: Zeppelin
Issue Type: Bug
Components: documentation
Affects Versions: 0.6.0
Reporter: DOAN DuyHai
Priority: Minor
Currently, on the doc pages of 0.6.0-SNAPSHOT, some images are not displayed
properly because of the HTML tag {{<img src = '/assets/...' />}}
The fix is easy, replace {{/assets/...}} by {{../assets/...}}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)