From 5f32ad68c64556ffc631511e3e9ee360f9f5df00 Mon Sep 17 00:00:00 2001 From: Vida Xie Date: Tue, 16 Dec 2025 10:06:39 +0800 Subject: [PATCH] fix: correct links --- app/components/TheCodeButton.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/components/TheCodeButton.vue b/app/components/TheCodeButton.vue index d8f6c4e4..d545b0ab 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) {