Skip to content

Commit

Permalink
fix urls in json help pages
Browse files Browse the repository at this point in the history
  • Loading branch information
jouve committed Dec 19, 2014
1 parent dfa5030 commit 5bbe2f0
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 5bbe2f0

Please sign in to comment.