diff --git a/templates/index.html b/templates/index.html
index 8cb5d55a4b17cc525bbdcb5379cae3b08147c5eb..6a1815755c84360a26401bbae6861af4d1a0b10f 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -14,7 +14,7 @@
 		   {% if storages[row][column].needs_processing %}border: 2px red solid;{% endif %};">
 	  <div>{{row}}{{column}}</div>
 	  <div>{{ storages[row][column].size }}</div>
-	  <a href="/{{row}}{{column}}" class="stretched-link"></a>
+	  <a href="{{ url_for("get_storage", storage_name=f"{row}{column}") }}" class="stretched-link"></a>
 	</td>
       {% endfor %}
     {% endfor %}