From bdeb58b4e0bc77ffa4cecb389b038b66edd6c2dd Mon Sep 17 00:00:00 2001 From: Hyung-Taik Choi Date: Sat, 7 Oct 2023 03:30:26 +0900 Subject: [PATCH] Fix broken link in README.md The link to the documentation's FAQ#code-execution was broken because the 'docs' directory was missing in the original URL. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 4f315690ad12..60a7a35c52c7 100644 --- a/README.md +++ b/README.md @@ -54,7 +54,7 @@ pip install "pyautogen[blendsearch]" Find more options in [Installation](https://microsoft.github.io/autogen/docs/Installation). -For [code execution](https://microsoft.github.io/autogen/FAQ#code-execution), we strongly recommend installing the python docker package, and using docker. +For [code execution](https://microsoft.github.io/autogen/docs/FAQ/#code-execution), we strongly recommend installing the python docker package, and using docker. For LLM inference configurations, check the [FAQ](https://microsoft.github.io/autogen/docs/FAQ#set-your-api-endpoints).