fix links
This commit is contained in:
parent
09e16d9075
commit
0df830f93d
2 changed files with 3 additions and 3 deletions
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue