diff --git a/docs/index.html b/docs/index.html
index 35f9f4a..53b4b93 100644
--- a/docs/index.html
+++ b/docs/index.html
@@ -3,6 +3,7 @@
+
SoftwareManager - Main
@@ -225,9 +226,11 @@
openTab(null, 'api', false);
} else if (currentPath === '/docs') {
openTab(null, 'docs', false);
- } else {
+ } else if (currentPath === '/') {
history.replaceState({ tab: 'start' }, "", "/");
- openTab(null, 'start', false);
+ openTab(null, 'start', false);
+ } else {
+ openTab(null, 'notfound', false);
}
};