From d7d05a471793a8a89a5d14b45954011621867f08 Mon Sep 17 00:00:00 2001 From: Stefan Weil Date: Thu, 26 Feb 2026 21:27:57 +0100 Subject: [PATCH] fix(ui): fix some broken links (#21904) The referenced information was moved to a new location. Signed-off-by: Stefan Weil --- backend/open_webui/config.py | 2 +- src/lib/components/admin/Settings/General.svelte | 5 ++--- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/backend/open_webui/config.py b/backend/open_webui/config.py index ea2cbebd2f..1e3881a8aa 100644 --- a/backend/open_webui/config.py +++ b/backend/open_webui/config.py @@ -322,7 +322,7 @@ JWT_EXPIRES_IN = PersistentConfig( if JWT_EXPIRES_IN.value == "-1": log.warning( "⚠️ SECURITY WARNING: JWT_EXPIRES_IN is set to '-1'\n" - " See: https://docs.openwebui.com/getting-started/env-configuration\n" + " See: https://docs.openwebui.com/reference/env-configuration\n" ) #################################### diff --git a/src/lib/components/admin/Settings/General.svelte b/src/lib/components/admin/Settings/General.svelte index fd0c84227b..f2ba4a3ee1 100644 --- a/src/lib/components/admin/Settings/General.svelte +++ b/src/lib/components/admin/Settings/General.svelte @@ -420,9 +420,8 @@ />