diff --git a/public/settings.js b/public/settings.js
index 54653049ff7414152d1a979776eb1e8b70d0c3e3..af8c63d640b29561b3890d267a26d63d7b1a46be 100644
--- a/public/settings.js
+++ b/public/settings.js
@@ -50,11 +50,11 @@ let settings = {
   menu: [
     {
       menuText: "home",
-      link: `${BASE_URL}/home/index.html`
+      link: `${BASE_URL}/home/`
     },
     {
       menuText: "bio",
-      link: `${BASE_URL}/bio/index.html`
+      link: `${BASE_URL}/bio/`
     },
     {
       menuText: "demo",
@@ -114,4 +114,4 @@ let settings = {
       title: "Die Gemeinsame Wissenschaftskonferenz"
     }
   ]
-};
\ No newline at end of file
+};