diff options
Diffstat (limited to 'templates/tmtu/index.htm')
| -rw-r--r-- | templates/tmtu/index.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/tmtu/index.htm b/templates/tmtu/index.htm index e7d1922..785e653 100644 --- a/templates/tmtu/index.htm +++ b/templates/tmtu/index.htm @@ -75,9 +75,9 @@ {% endmatch %} {% for name in bot_names %} {% if name.clone() == bot_name %} - <li><a href="/tmtu/{{ name }}" class="botname selected">{{ name }}</a></li> + <li><a href="/bot/{{ name }}" class="botname selected">{{ name }}</a></li> {% else %} - <li><a href="/tmtu/{{ name }}" class="botname">{{ name }}</a></li> + <li><a href="/bot/{{ name }}" class="botname">{{ name }}</a></li> {% endif %} {% endfor %} </ol> |
