We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d2ed3ea commit 658e7eaCopy full SHA for 658e7ea
src/rb-api/rb/api/templates/index.html.j2
@@ -27,7 +27,7 @@
27
<div class="help">{{ command.help }}</div>
28
{% else %}
29
<a title="{{ command.help|replace('\b', '')|escape }}"
30
- href="#" onclick="openCommand('{{ command.path }}', true, this);">{{ command.name }}</a>
+ href="#" onclick="openCommand('{{ command.endpoint }}', true, this);">{{ command.name }}</a>
31
{% endif %}
32
{%- if command.children -%}
33
<ul class="submenu">{{ loop(command.children) }}</ul>
0 commit comments