fix links

This commit is contained in:
Tykayn 2025-09-03 16:34:33 +02:00 committed by tykayn
parent 09e16d9075
commit 0df830f93d
2 changed files with 3 additions and 3 deletions

View file

@ -48,7 +48,7 @@
</td>
<td>
<a href="https://wiki.openstreetmap.org/{{ key }}">
<a href="https://wiki.openstreetmap.org/wiki/{{ key }}">
<strong>{{ key }}</strong>
</a>
</td>

View file

@ -112,8 +112,8 @@
<a href="{{ fr_page.url|default('https://wiki.openstreetmap.org/wiki/FR:' ~ key) }}">fr</a>
<a href="{{ en_page.url }}">en</a>
{% else %}
<a href="https://wiki.openstreetmap.org/wiki/FR:Key:{{ key }}">fr</a>
<a href="https://wiki.openstreetmap.org/wiki/Key:{{ key }}">en</a>
<a href="https://wiki.openstreetmap.org/wiki/FR:{{ key }}">fr</a>
<a href="https://wiki.openstreetmap.org/wiki/{{ key }}">en</a>
{% endif %}
</h1>