diff --git a/pages/docs/configuration/librechat_yaml/setup.mdx b/pages/docs/configuration/librechat_yaml/setup.mdx index 17a9cd8e..fc5193e9 100644 --- a/pages/docs/configuration/librechat_yaml/setup.mdx +++ b/pages/docs/configuration/librechat_yaml/setup.mdx @@ -14,7 +14,7 @@ CONFIG_PATH="/alternative/path/to/librechat.yaml" ## Docker Setup -For Docker, you need to make use of an [override file](./docker_override.md), named `docker-compose.override.yml`, to ensure the config file works for you. +For Docker, you need to make use of an [override file](/docs/configuration/docker_override), named `docker-compose.override.yml`, to ensure the config file works for you. - First, make sure your containers stop running with `docker compose down` - Create or edit existing `docker-compose.override.yml` at the root of the project: