From 3097636d46ed40db9cd3fc3a0ccb6264bbe3a5af Mon Sep 17 00:00:00 2001 From: "Timothy J. Baek" Date: Wed, 25 Sep 2024 03:51:54 +0200 Subject: [PATCH] fix --- docs/getting-started/env-configuration.md | 4 ++-- docs/tutorials/integrations/ipex_llm.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/getting-started/env-configuration.md b/docs/getting-started/env-configuration.md index 86340e0..74d6eb0 100644 --- a/docs/getting-started/env-configuration.md +++ b/docs/getting-started/env-configuration.md @@ -210,13 +210,13 @@ is also being used and set to `True`. Failure to do so will result in the inabil #### `WEBUI_AUTH_TRUSTED_EMAIL_HEADER` - Type: `str` -- Description: Defines the trusted request header for authentication. See [SSO docs](/tutorial/sso). +- Description: Defines the trusted request header for authentication. See [SSO docs](/tutorials/features/sso). #### `WEBUI_AUTH_TRUSTED_NAME_HEADER` - Type: `str` - Description: Defines the trusted request header for the username of anyone registering with the -`WEBUI_AUTH_TRUSTED_EMAIL_HEADER` header. See [SSO docs](/tutorial/sso). +`WEBUI_AUTH_TRUSTED_EMAIL_HEADER` header. See [SSO docs](/tutorials/features/sso). #### `WEBUI_SECRET_KEY` diff --git a/docs/tutorials/integrations/ipex_llm.md b/docs/tutorials/integrations/ipex_llm.md index 741b712..f59f90a 100644 --- a/docs/tutorials/integrations/ipex_llm.md +++ b/docs/tutorials/integrations/ipex_llm.md @@ -4,7 +4,7 @@ title: "Local LLM Setup with IPEX-LLM on Intel GPU" --- :::note -This guide is verified with Open WebUI setup through [Manual Installation](../getting-started/index.mdx#manual-installation). +This guide is verified with Open WebUI setup through [Manual Installation](/getting-started/index.mdx#manual-installation). ::: # Local LLM Setup with IPEX-LLM on Intel GPU