From 0459e3c9f8b6824df2ed18af88f80c69c02d2812 Mon Sep 17 00:00:00 2001 From: Maxim Kot Date: Thu, 15 May 2025 03:54:33 +0300 Subject: [PATCH] Update README.md (#122) Fixed the link to the configuration from the docker section --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 090a445..374337c 100644 --- a/README.md +++ b/README.md @@ -370,7 +370,7 @@ This will enable trace visualization in LangGraph Studio and send your traces to You can also run this project with Docker. -First, you need read the [configuration](#configuration) below. Make sure `.env`, `.conf.yaml` files are ready. +First, you need read the [configuration](docs/configuration_guide.md) below. Make sure `.env`, `.conf.yaml` files are ready. Second, to build a Docker image of your own web server: