diff --git a/docs/getting-started/quick-start/tab-docker/DockerSwarm.md b/docs/getting-started/quick-start/tab-docker/DockerSwarm.md index e0644de..e211e58 100644 --- a/docs/getting-started/quick-start/tab-docker/DockerSwarm.md +++ b/docs/getting-started/quick-start/tab-docker/DockerSwarm.md @@ -3,7 +3,7 @@ This installation method requires knowledge on Docker Swarms, as it utilizes a stack file to deploy 3 seperate containers as services in a Docker Swarm. It includes isolated containers of ChromaDB, Ollama, and OpenWebUI. -Additionally, there are pre-filled [Environment Variables](/getting-started/env-configuration) to further illustrate the setup. +Additionally, there are pre-filled [Environment Variables](../advanced-topics/env-configuration) to further illustrate the setup. Choose the appropriate command based on your hardware setup: diff --git a/docs/intro.mdx b/docs/intro.mdx index 2dbe85b..bfa797d 100644 --- a/docs/intro.mdx +++ b/docs/intro.mdx @@ -43,7 +43,7 @@ import { SponsorList } from "@site/src/components/SponsorList"; #### Disabling Login for Single User -If you want to disable login for a single-user setup, set [`WEBUI_AUTH`](/getting-started/env-configuration) to `False`. This will bypass the login page. +If you want to disable login for a single-user setup, set [`WEBUI_AUTH`](./getting-started/advanced-topics/env-configuration) to `False`. This will bypass the login page. :::warning You cannot switch between single-user mode and multi-account mode after this change. @@ -161,7 +161,7 @@ If you're facing various issues like "Open WebUI: Server Connection Error", see ## Updating -Check out our full [updating guide](/getting-started/updating). +Check out how to update Docker in the [Quick Start guide](./getting-started/quick-start). In case you want to update your local Docker installation to the latest version, you can do it with [Watchtower](https://containrrr.dev/watchtower/):