diff --git a/app/components/TheCodeButton.vue b/app/components/TheCodeButton.vue index d8f6c4e..d545b0a 100644 --- a/app/components/TheCodeButton.vue +++ b/app/components/TheCodeButton.vue @@ -6,7 +6,7 @@ function getSlugFromPath(path: string) { } function getRepoPathFromPath(path: string) { - return `https://github.com/Tresjs/lab/tree/main/components/content/${getSlugFromPath(path)}` + return `https://github.com/Tresjs/lab/tree/main/app/components/${getSlugFromPath(path)}` } function getRepoTitleFromPath(path: string) {