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