diff --git a/templates/index.html b/templates/index.html index f6dc745..2dd080c 100644 --- a/templates/index.html +++ b/templates/index.html @@ -46,7 +46,7 @@ } function gen_link_video(uuid){ - return 'https:/cinematheque.tube/videos/watch/' + uuid; + return 'https://cinematheque.tube/videos/watch/' + uuid; } function gen_iframe(name, embed_path){