diff --git a/app/views/layouts/menu.html.erb b/app/views/layouts/menu.html.erb
index bc71698..033a319 100755
--- a/app/views/layouts/menu.html.erb
+++ b/app/views/layouts/menu.html.erb
@@ -3,7 +3,7 @@
<%= link_to I18n.t(:home,:scope=>'home' ), home_index_path %>
<%= link_to I18n.t(:news,:scope=>'home' ),rubriken_path %>
-<%= link_to I18n.t(:info,:scope=>'home' ) %>
+<%= link_to I18n.t(:info,:scope=>'home' ),themengruppen_path %>
<%= link_to I18n.t(:studien,:scope=>'home' ), studien_path %>
<%= link_to "wiki intern", page_path(1) %>