File tree Expand file tree Collapse file tree
src/lib/components/admin/Settings Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -322,7 +322,7 @@ def __getattr__(self, key):
322322if JWT_EXPIRES_IN .value == "-1" :
323323 log .warning (
324324 "⚠️ SECURITY WARNING: JWT_EXPIRES_IN is set to '-1'\n "
325- " See: https://docs.openwebui.com/getting-started /env-configuration\n "
325+ " See: https://docs.openwebui.com/reference /env-configuration\n "
326326 )
327327
328328####################################
Original file line number Diff line number Diff line change 420420 />
421421
422422 <div class =" mt-2 text-xs text-gray-400 dark:text-gray-500" >
423- <!-- https://docs.openwebui.com/getting-started/advanced-topics/api-endpoints -->
424423 <a
425- href =" https://docs.openwebui.com/getting-started /api-endpoints"
424+ href =" https://docs.openwebui.com/reference /api-endpoints"
426425 target =" _blank"
427426 class =" text-gray-300 font-medium underline"
428427 >
463462 <span class =" font-medium" >{$i18n .t (' Warning' )}:</span >
464463 <span
465464 ><a
466- href =" https://docs.openwebui.com/getting-started /env-configuration#jwt_expires_in"
465+ href =" https://docs.openwebui.com/reference /env-configuration#jwt_expires_in"
467466 target =" _blank"
468467 class =" underline"
469468 >{$i18n .t (' No expiration can pose security risks.' )}
You can’t perform that action at this time.
0 commit comments