diff --git a/ckanext/odsh/controller.py b/ckanext/odsh/controller.py index ba821838b3597c2d6031ec7da50f321fb49212b9..d339273dd3b453c0704f773d0089cbffec31acac 100644 --- a/ckanext/odsh/controller.py +++ b/ckanext/odsh/controller.py @@ -9,7 +9,7 @@ abort = base.abort class OdshRouteController(HomeController): def info_page(self): - return base.render('info_page.html') + h.redirect_to('https://preview-sh70.dpaorinp.de/DE/Schwerpunkte/openData/Infos/infos_node.html') def start(self): return base.render('start.html')