k6 links: https

Previously only http:// worked.
QR-code is kept http://, as the stickers were generated such.
This commit is contained in:
2025-06-10 23:35:30 +03:00
parent 8ebd7f05e2
commit 7a773d3eca
4 changed files with 4 additions and 4 deletions

View File

@@ -35,7 +35,7 @@
>
<td>
{% if item.shortener %}
<a href="http://k6.ee/{{ item.shortener.slug }}">{{ item.shortener.slug }}</a>
<a href="https://k6.ee/{{ item.shortener.slug }}">{{ item.shortener.slug }}</a>
{% endif %}
</td>
<td>{{ item.inventory.visibility }}</td>