Skip to content

Commit

Permalink
fix get started button link
Browse files Browse the repository at this point in the history
  • Loading branch information
nruffing committed Mar 11, 2024
1 parent dd44c45 commit d55bd0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vuepress/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ onBeforeUnmount(() => {

const router = useRouter()
function onGetStarted() {
router.push({ path: '/guide' })
router.push({ path: '/guide/' })
}
</script>

0 comments on commit d55bd0f

Please sign in to comment.