Skip to content

Commit 658e7ea

Browse files
fix
1 parent d2ed3ea commit 658e7ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rb-api/rb/api/templates/index.html.j2

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<div class="help">{{ command.help }}</div>
2828
{% else %}
2929
<a title="{{ command.help|replace('\b', '')|escape }}"
30-
href="#" onclick="openCommand('{{ command.path }}', true, this);">{{ command.name }}</a>
30+
href="#" onclick="openCommand('{{ command.endpoint }}', true, this);">{{ command.name }}</a>
3131
{% endif %}
3232
{%- if command.children -%}
3333
<ul class="submenu">{{ loop(command.children) }}</ul>

0 commit comments

Comments
 (0)