diff --git a/loancal.md b/loancal.md
index ff57b45349d66ddfff4f737b8533b573aa5573fa..bdd9f4960c21ef7ffb96bb10692a14f091695cc0 100644
--- a/loancal.md
+++ b/loancal.md
@@ -12,7 +12,7 @@ permalink: /loancal/
 {%- for device in site.inventory -%}
 {%- if loancal.device == device.uid -%}
  {%- assign realslug = device.url | split:'/' | last -%}
-<li><a href="{{ site.url }}{{device.url}}">{{device.name}}</a> (<a href="{{ site.url }}loancal/{{realslug}}/loancal.ics">🗓</a>)</li>
+<li><a href="{{ site.url }}{{device.url}}">{{device.name}}</a> (<a href="{{ site.url }}/loancal/{{realslug}}/loancal.ics">🗓</a>)</li>
 {%- endif -%}
 {%- endfor -%}
 {%- endfor -%}