Point to new URL

This commit is contained in:
Luke Murphy
2020-07-01 20:56:58 +02:00
parent 61b5849678
commit 38cc463a1d
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
<p>List of apps that can be installed:</p>
<ul>
{% for app in apps %}
<li><a href="/{{ app }}">{{ app }}</a></li>
<li><a href="/config/{{ app }}">{{ app }}</a></li>
</ul>
{% endfor %}
</body>