link changed to build name
diff --git a/web_app/templates/index.html b/web_app/templates/index.html
index 42df1a1..8098112 100644
--- a/web_app/templates/index.html
+++ b/web_app/templates/index.html
@@ -16,10 +16,10 @@
             {% for test in tests %}
             <tr>
                 <td>
-                      <a href="{{ test.url }} ">{{ test.type }}</a>
+                      {{ test.type }}
                 </td>
                 <td>
-                      {{ test.name }}
+                      <a href="{{ test.url }} ">{{ test.name }}</a>
                 </td>
                 <td>
                       {{ test.date }}