Skip to content

Commit 9f5faf7

Browse files
committed
docs: update page edit link
1 parent 2ac7c39 commit 9f5faf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/app/pages/docs/[...slug].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ defineOgImageComponent('Docs', {
4343
const communityLinks = computed(() => [{
4444
icon: 'i-lucide-pencil',
4545
label: 'Edit this page',
46-
to: `https://github.com/nuxt/content/edit/v3/docs/content/${page.value?.stem}.${page.value?.extension}`,
46+
to: `https://github.com/nuxt/content/edit/main/docs/content/${page.value?.stem}.${page.value?.extension}`,
4747
target: '_blank',
4848
}, {
4949
icon: 'i-lucide-star',

0 commit comments

Comments
 (0)