diff --git a/ts/category.ts b/ts/category.ts index 26a45dd..e9c7f52 100644 --- a/ts/category.ts +++ b/ts/category.ts @@ -43,7 +43,7 @@ class VideoMeta { } let link = document.createElement('a') if(this.name) { - link.href = `/category/${this.name}` + link.href = `/clip/${this.category}/${this.name}` } else { link.href = '#' }