You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@storm.apache.org by "Rui Li (JIRA)" <ji...@apache.org> on 2019/07/21 18:20:00 UTC

[jira] [Closed] (STORM-3471) {{page.git-blob-base}} variable is mis-interpreted across all documentation

     [ https://issues.apache.org/jira/browse/STORM-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Rui Li closed STORM-3471.
-------------------------
    Resolution: Not A Bug

> {{page.git-blob-base}} variable is mis-interpreted across all documentation
> ---------------------------------------------------------------------------
>
>                 Key: STORM-3471
>                 URL: https://issues.apache.org/jira/browse/STORM-3471
>             Project: Apache Storm
>          Issue Type: Improvement
>          Components: documentation
>            Reporter: Rui Li
>            Assignee: Rui Li
>            Priority: Minor
>              Labels: documentation
>
> *Edited. After having looked into source code, it looks like many hyperlinks are using parameter 
> {\{page.git-blob-base}} which is rendered as [https://github.com/apache/storm/blob/master/docs/%7B%7Bpage.git-blob-base%7D%7D] instead of the correct path [https://github.com/apache/storm/blob/master/] .
>  Looks like a configuration issue, but I am not sure where to make the proper fix.
> For example in [Metrics.md|https://github.com/apache/storm/blob/master/docs/Metrics.md]:
>  Clicking into [AssignableMetric](
> {\{page.git-blob-base}}/storm-client/src/jvm/org/apache/storm/metric/api/AssignableMetric.java) will lead to a 404 page [https://github.com/apache/storm/blob/master/docs/%7B%7Bpage.git-blob-base%7D%7D/storm-client/src/jvm/org/apache/storm/metric/api/AssignableMetric.java]. The correct location will be [https://github.com/apache/storm/blob/master/storm-client/src/jvm/org/apache/storm/metric/api/AssignableMetric.java]



--
This message was sent by Atlassian JIRA
(v7.6.14#76016)