Skip to content

Commit c862115

Browse files
committed
docs(template): fix GitHub link
1 parent 93d6c84 commit c862115

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ const images = computed(() => template.value
9797
target: '_blank',
9898
}, {
9999
label: 'Clone on GitHub',
100-
to: `https://github.com/${template.owner}/${template.name}`,
100+
to: `https://github.com/${template.owner}/${template.name}/tree/${template.branch}`,
101101
target: '_blank',
102102
}]"
103103
>

0 commit comments

Comments
 (0)