diff --git a/forum-funding-system/ideas/index.html b/forum-funding-system/ideas/index.html
index 4f34e896b5acc751372e4e2e1a8a3f7c8661849f..36180ecf457043e10573c892a51e292f06622194 100644
--- a/forum-funding-system/ideas/index.html
+++ b/forum-funding-system/ideas/index.html
@@ -24,7 +24,7 @@ title: Ideas
                 {% if toplevel.stage == "Ideas" %}
                     {% for proposal in toplevel.proposals%}
                         <div class="col-xs-12">
-                            <a href="{{proposal.url}}" class="row middle-xs ffs-idea">
+                            <a href="{{proposal.gitlab-url}}" class="row middle-xs ffs-idea">
                                 <div class="col-xs-12">
                                     <h3>{{proposal.name}}</h3>
                                     <div class="row">
@@ -41,4 +41,4 @@ title: Ideas
 </section>
 
 
-                                        
\ No newline at end of file
+