diff --git a/pelicanconf.py b/pelicanconf.py
index 873c1a74d9fff4e42f66fa8a5b29bc9dc5a056bb..a810779b0dc17687487ca742f9897275a50eedb1 100644
--- a/pelicanconf.py
+++ b/pelicanconf.py
@@ -28,9 +28,8 @@ AUTHOR_FEED_RSS = None
 MENUITEMS = [
     ('Home', 'index.html'),
     ('Projekte', [
-        ('FrogLabs', 'bar.html'),
-        ('HacknFun', 'https://example.com'),
-        ('AlekSIS', 'https://aleksis.org'),
+        ('Mitmach-Sessions', 'pages/informationen/sessions.html'),
+        ('Freizeiten', 'pages/informationen/freizeiten.html'),
         ]),
     ]