diff --git a/program/templates/day_schedule.html b/program/templates/day_schedule.html
index ad56d68da29912ce4a3cc2213652b68fa556e727..eb0d3d7511a2a2a681b64533666afe4eecb900b4 100644
--- a/program/templates/day_schedule.html
+++ b/program/templates/day_schedule.html
@@ -18,7 +18,7 @@
                 prevText: "Zurück",
                 defaultDate: location.href.split('/').slice(4, 7).join('.'),
                 onSelect: function (dateText, inst) {
-                    location = '/programm/details/@@proxyview/' + dateText.split('.').join('/');
+                    location = '/program/' + dateText.split('.').join('/');
                 }
             });
         });