From 8209533883044451ce7e1742f5a10c4b78679fc3 Mon Sep 17 00:00:00 2001 From: ulrich Date: Wed, 20 Jan 2021 17:48:21 +0000 Subject: [PATCH] Upload und restliche Menuefunktionen, noch in Arbeit --- web/ui/index.html | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/web/ui/index.html b/web/ui/index.html index 0b4909c..8fe5338 100644 --- a/web/ui/index.html +++ b/web/ui/index.html @@ -124,7 +124,7 @@ <li class="nav-item dropdown"> <a id="userMenu" class="nav-link dropdown-toggle" data-toggle="dropdown" href="#" role="button" aria-haspopup="true" aria-expanded="false">Nutzer-ID</a> <div class="dropdown-menu"> - <a class="dropdown-item" href="/data/dok/wbx/Bedienung.htmi">Hilfe</a> + <a class="dropdown-item" href="/data/dok/wbx-doku.html#wbx-bedienung">Hilfe</a> <a class="dropdown-item" href="/">Zur Hauptseite der WebBox wechseln</a> <div class="dropdown-divider"></div> <a class="dropdown-item" href="/wbx/mng">Apps verwalten</a> -- Gitblit v1.9.3