diff --git a/docs/tutorials/https-caddy.md b/docs/tutorials/https-caddy.md index 5f72622b..1c5edc1d 100644 --- a/docs/tutorials/https-caddy.md +++ b/docs/tutorials/https-caddy.md @@ -55,7 +55,7 @@ cd ~/open-webui ### Installing OpenWebUI -Create a `docker-compose.yml` file in the `~/open-webui` directory. I've left in a commented section for setting some environment varibles for Qdrant, but you can follow that for any other [environment variables](/getting-started/env-configuration) you might need to set. +Create a `docker-compose.yml` file in the `~/open-webui` directory. I've left in a commented section for setting some environment varibles for Qdrant, but you can follow that for any other [environment variables](https://docs.openwebui.com/getting-started/env-configuration) you might need to set. ```yaml services: @@ -138,4 +138,4 @@ Now you can start the Open WebUI container again: ```bash docker compose up -d -``` \ No newline at end of file +```