Skip to content

Commit

Permalink
Merge pull request #1459 from jouve/help_url
Browse files Browse the repository at this point in the history
fix urls in json help pages

Fixes ticket:3118
  • Loading branch information
Mikhail Sobolev committed Dec 19, 2014
2 parents dfa5030 + 5bbe2f0 commit 750db6e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions master/buildbot/status/web/templates/jsonhelp.html
Expand Up @@ -12,8 +12,8 @@ <h2>More Help:</h2>
<p>Child Nodes</p>
<ul>
{% for child in children %}
<li><a href="{{path_to_root}}json/{{ child|e }}">{{ child|e }}</a>
(<a href="{{path_to_root}}json/{{ child|e }}/help">{{ child|e }}/help</a>)
<li><a href="{{ child|e }}">{{ child|e }}</a>
(<a href="{{ child|e }}/help">{{ child|e }}/help</a>)
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit 750db6e

Please sign in to comment.