summaryrefslogtreecommitdiff
path: root/src/client/pages/my-lists/index.vue
diff options
context:
space:
mode:
Diffstat (limited to 'src/client/pages/my-lists/index.vue')
-rw-r--r--src/client/pages/my-lists/index.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/pages/my-lists/index.vue b/src/client/pages/my-lists/index.vue
index 968864cdb1..505998209e 100644
--- a/src/client/pages/my-lists/index.vue
+++ b/src/client/pages/my-lists/index.vue
@@ -7,7 +7,7 @@
<mk-pagination :pagination="pagination" #default="{items}" class="lists" ref="list">
<div class="list _panel" v-for="(list, i) in items" :key="list.id">
- <router-link :to="`/lists/${ list.id }`">{{ list.name }}</router-link>
+ <router-link :to="`/my/lists/${ list.id }`">{{ list.name }}</router-link>
</div>
</mk-pagination>
</div>