From 47df9d53be9ba28da460c7344e3c8a37bdbbc24b Mon Sep 17 00:00:00 2001 From: Maxim Saplin Date: Wed, 18 Oct 2023 05:43:01 +0300 Subject: [PATCH] Update Getting-Started.md (#275) Co-authored-by: Li Jiang Co-authored-by: Qingyun Wu --- website/docs/Getting-Started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/docs/Getting-Started.md b/website/docs/Getting-Started.md index 131985f02..365775435 100644 --- a/website/docs/Getting-Started.md +++ b/website/docs/Getting-Started.md @@ -19,7 +19,7 @@ AutoGen is powered by collaborative [research studies](/docs/Research) from Micr ### Quickstart Install from pip: `pip install pyautogen`. Find more options in [Installation](/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](/docs/FAQ#code-execution), we strongly recommend installing the python docker package, and using docker. #### Multi-Agent Conversation Framework Autogen enables the next-gen LLM applications with a generic multi-agent conversation framework. It offers customizable and conversable agents which integrate LLMs, tools and human.