From e8797a23717ecb35ea8cfa017fc675eefe1574e0 Mon Sep 17 00:00:00 2001 From: Jack Gerrits Date: Thu, 2 Jan 2025 21:49:47 -0500 Subject: [PATCH] Fix links in readme (#4881) Co-authored-by: Eric Zhu --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index eef04434678..883dff1ccea 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ Currently, there are three main APIs your application can target: ## Core -- [Installation](https://microsoft.github.io/autogen/dev/packages/index.html#pkg-info-autogen-core) +- [Installation](https://microsoft.github.io/autogen/dev/user-guide/core-user-guide/installation.html) - [Quickstart](https://microsoft.github.io/autogen/dev/user-guide/core-user-guide/quickstart.html) The core API of AutoGen, `autogen-core`, is built following the @@ -75,7 +75,7 @@ while still communicating with one another. ## AgentChat -- [Installation](https://microsoft.github.io/autogen/dev/packages/index.html#pkg-info-autogen-agentchat) +- [Installation](https://microsoft.github.io/autogen/dev/user-guide/agentchat-user-guide/installation.html) - [Quickstart](https://microsoft.github.io/autogen/dev/user-guide/agentchat-user-guide/quickstart.html) The AgentChat API, `autogen-agentchat`, is task driven and at a high level like AutoGen 0.2.