Skip to content

Commit 5f1ec67

Browse files
authored
doc: fix broken footer links (#477)
1 parent e49434e commit 5f1ec67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/components/Footer.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const topGuides = inject<Ref<NavItem[]>>('topGuides')
3939
<nav>
4040
<ul class="grid grid-cols-2 gap-6">
4141
<li v-for="(module, key) in topGuides" :key="key">
42-
<NuxtLink :to="module._path">
42+
<NuxtLink :to="module.path">
4343
{{ module.title }}
4444
</NuxtLink>
4545
</li>

0 commit comments

Comments
 (0)