diff --git a/frontend/components/AnalysisList.vue b/frontend/components/AnalysisList.vue
index 3149eb6da998362193fe386bfdb3606173f7daab..3ff6f946eef23b1b636bed0f83e00440ae7f79c2 100644
--- a/frontend/components/AnalysisList.vue
+++ b/frontend/components/AnalysisList.vue
@@ -143,7 +143,7 @@ if (sessionError.value) {
                   </v-text-field>
                 </template>
                 <span v-else>
-                  <NuxtLink :to="`/analyses/${analysis.raw.id}/systems`" style="color: inherit; text-decoration: none;">
+                  <NuxtLink :to="`/analyses/${analysis.raw.id}`" style="color: inherit; text-decoration: none;">
                     {{ analysis.raw.name }}
                   </NuxtLink>