[
https://issues.apache.org/jira/browse/STORM-3471?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Rui Li updated STORM-3471:
--------------------------
Description:
*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]
was:There are some 404 hyperlinks in storm/docs/Metrics.md which needs to be
fixed.
Summary: {{page.git-blob-base}} variable is mis-interpreted across all
documentation (was: Metrics.md Doc Has A Lot Of Idle Hyperlinks)
> {{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)