Skip to content

Commit 6e860ea

Browse files
authored
docs: correct edit page link for deploy section (#2019)
1 parent cd351b9 commit 6e860ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/pages/deploy/[slug].vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ if (provider.value?.nitroPreset) {
6262
links.push({
6363
icon: 'i-lucide-pen',
6464
label: 'Edit this page',
65-
to: `https://github.com/nuxt/nuxt.com/edit/main/content/3.deploy/${route.params.slug}.md`,
65+
to: `https://github.com/nuxt/nuxt.com/edit/main/content/deploy/${route.params.slug}.md`,
6666
target: '_blank'
6767
})
6868
</script>

0 commit comments

Comments
 (0)