From 802ea645c0cd650a12e1e11f4aa2008626aa591a Mon Sep 17 00:00:00 2001 From: Danny Avila Date: Wed, 11 Dec 2024 17:33:33 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=98=20fix:=20broken=20link=20in=20Libr?= =?UTF-8?q?eChat=20YAML=20configuration?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/docs/configuration/librechat_yaml/setup.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/docs/configuration/librechat_yaml/setup.mdx b/pages/docs/configuration/librechat_yaml/setup.mdx index 17a9cd8e0..fc5193e99 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: