Skip to content

Commit 2fb6a49

Browse files
committed
docs: update github link
1 parent bf96826 commit 2fb6a49

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

docs/app/components/AppHeader.vue

+2-5
Original file line numberDiff line numberDiff line change
@@ -59,14 +59,11 @@ const linksWithoutIcon = computed(() => links.value.map(({ icon, ...link }) => l
5959
<UContentSearchButton />
6060
</UTooltip>
6161

62-
<UTooltip
63-
text="Open on GitHub"
64-
:kbds="['meta', 'G']"
65-
>
62+
<UTooltip text="Open on GitHub">
6663
<UButton
6764
color="neutral"
6865
variant="ghost"
69-
to="https://github.com/nuxt/content/tree/v3"
66+
to="https://github.com/nuxt/content"
7067
target="_blank"
7168
icon="i-simple-icons-github"
7269
aria-label="GitHub"

0 commit comments

Comments
 (0)