Fix broken links: update references to env-configuration and updating

This commit is contained in:
Matthew Hand 2024-11-05 22:16:16 +00:00
parent 4d0e58ea79
commit ae555ad60e
2 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@ Last updated: v0.3.20
The following environment variables are used by `backend/config.py` to provide Open WebUI startup The following environment variables are used by `backend/config.py` to provide Open WebUI startup
configuration. Please note that some variables may have different default values depending on configuration. Please note that some variables may have different default values depending on
whether you're running Open WebUI directly or via Docker. For more information on logging whether you're running Open WebUI directly or via Docker. For more information on logging
environment variables, see our [logging documentation](/getting-started/logging#appbackend). environment variables, see our [logging documentation](./logging#appbackend).
### General ### General

View File

@ -14,7 +14,7 @@ Open WebUI allows you to integrate directly into your web browser. This tutorial
Before you begin, ensure that: Before you begin, ensure that:
- You have Chrome or another supported browser installed. - You have Chrome or another supported browser installed.
- The `WEBUI_URL` environment variable is set correctly, either using Docker environment variables or in the `.env` file as specified in the [Getting Started](/getting-started/env-configuration) guide. - The `WEBUI_URL` environment variable is set correctly, either using Docker environment variables or in the `.env` file as specified in the [Getting Started](/getting-started/advanced-topics/env-configuration) guide.
### Step 1: Set the WEBUI_URL Environment Variable ### Step 1: Set the WEBUI_URL Environment Variable