diff --git a/public/index.html b/public/index.html
index 61f9bfbf771a5f44ae71e984858d1b3fe9a496c8..04ef32ac0f90229851f6f2cb19093e5825fad549 100644
--- a/public/index.html
+++ b/public/index.html
@@ -1,5 +1,5 @@
 <!DOCTYPE html>
 <meta charset="utf-8">
 <title>Redirecting...</title>
-<meta http-equiv="refresh" content="0; URL=home">
-<link rel="canonical" href="home">
\ No newline at end of file
+<meta http-equiv="refresh" content="0; URL=home/index.html">
+<link rel="canonical" href="home/index.html">
\ No newline at end of file
diff --git a/public/settings.js b/public/settings.js
index ce5cf59f1fdd222b793c3270b756b16114797abf..5151bd59981e3db800f4eb3b1529ff1db98074f3 100644
--- a/public/settings.js
+++ b/public/settings.js
@@ -50,11 +50,11 @@ let settings = {
   menu: [
     {
       menuText: "home",
-      link: `${BASE_URL}/home`
+      link: `${BASE_URL}/home/index.html`
     },
     {
       menuText: "results",
-      link: `${BASE_URL}/results`
+      link: `${BASE_URL}/results/index.html`
     },
     {
       menuText: "demo",