summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/index.html b/templates/index.html
index a1af5e8..9c3a3f1 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -53,7 +53,7 @@
<footer>
This site was built with <a href="https://www.getzola.org/">Zola</a>.
The <a href="{{ config.extra.repository }}">code</a> is licensed under
- <a href="https://opensource.org/licenses/{{ config.extra.license }}">{{ config.extra.license }}</a>.
+ <a href="/LICENSE-{{ config.extra.license }}.txt">{{ config.extra.license }}</a>.
</footer>
</body>
</html>