From d75e7877d196ad802d79408ac7430888f6c5aebe Mon Sep 17 00:00:00 2001 From: Maxim Saplin Date: Tue, 17 Oct 2023 22:36:57 +0300 Subject: [PATCH] Update Getting-Started.md --- 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 131985f0229f..365775435dc6 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.