[
https://issues.apache.org/jira/browse/STORM-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16889789#comment-16889789
]
Rui Li commented on STORM-3471:
-------------------------------
Oh I see. Thanks for the clarification. Closing this now.
> {{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)