Skip to content

Commit

Permalink
docs(header): update GitHub link for @nuxt/ui-pro (#3058)
Browse files Browse the repository at this point in the history
  • Loading branch information
maximepvrt authored Jan 9, 2025
1 parent a3bae03 commit 25a71aa
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/app/components/Header.vue
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const items = computed(() => props.links.map(({ icon, ...link }) => link))
defineShortcuts({
meta_g: () => {
window.open('https://github.com/nuxt/ui/tree/v3', '_blank')
window.open(`https://github.com/nuxt/${module}/tree/v3`, '_blank')
}
})
</script>
Expand Down Expand Up @@ -62,7 +62,7 @@ defineShortcuts({
<UButton
color="neutral"
variant="ghost"
to="https://github.com/nuxt/ui"
:to="`https://github.com/nuxt/${module}`"
target="_blank"
icon="i-simple-icons-github"
aria-label="GitHub"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"type": "git",
"url": "git+https://github.com/nuxt/ui.git"
},
"homepage": "https://ui.nuxt.com",
"homepage": "https://ui3.nuxt.dev",
"type": "module",
"license": "MIT",
"exports": {
Expand Down

0 comments on commit 25a71aa

Please sign in to comment.