diff --git a/_layouts/frab.xml b/_layouts/frab.xml
index 877447ef6e9d83f82101eddbff3f48f7ef113c0f..57455a18bdcc1945a5f569663f3f188033aa2a31 100644
--- a/_layouts/frab.xml
+++ b/_layouts/frab.xml
@@ -179,7 +179,7 @@ Finding the first and last talk to establish the variables "earliest" and "lates
 
 	{% if video.fahrplan_url and video.fahrplan_url  != ''-%}
 		{% if video.fahrplan_url contains "https://" -%}
-			{% assign url =  video.url -%}
+			{% assign url =  video.fahrplan_url -%}
 		{% else -%}
 			{% if conference.base_url contains "https://chaotikum.org" -%}
 			{% capture url %}https://chaotikum.org{{video.url}}{% endcapture -%}