From 5a4cb3fa85476627c1c690d0e17c4b83a928b08f Mon Sep 17 00:00:00 2001 From: Mendon Kissling <59585235+mendonk@users.noreply.github.com> Date: Mon, 29 Sep 2025 17:46:11 -0400 Subject: [PATCH] fix-build-errors --- docs/docs/get-started/install.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/docs/get-started/install.mdx b/docs/docs/get-started/install.mdx index dcb5c5f1..65693875 100644 --- a/docs/docs/get-started/install.mdx +++ b/docs/docs/get-started/install.mdx @@ -178,8 +178,8 @@ To install OpenRAG with Docker Compose: LANGFLOW_SUPERUSER_PASSWORD=your_langflow_password LANGFLOW_SECRET_KEY=your_secret_key ``` - For more information on configuring OpenRAG with environment variables, see [Environment variables](/configure/configuration). - For additional configuration values, including `config.yaml`, see [Configuration](/configure/configuration). + For more information on configuring OpenRAG with environment variables, see [Environment variables](/reference/configuration). + For additional configuration values, including `config.yaml`, see [Configuration](/reference/configuration). 4. Deploy OpenRAG with Docker Compose based on your deployment type.