From 36f796bcdf4def0dca8d3dbe319352aab535f2f8 Mon Sep 17 00:00:00 2001 From: Ryan Sweet Date: Mon, 9 Sep 2024 09:12:27 -0700 Subject: [PATCH] Update README.md (#458) --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 081b4927a..7e8424e1d 100644 --- a/README.md +++ b/README.md @@ -21,6 +21,6 @@ Your best place to start is the [Documentation](https://microsoft.github.io/agne - [Documentation](http://microsoft.github.io/agnext) for the core concepts and Python API references (.NET coming). - [Python README](https://github.com/microsoft/agnext/tree/main/python/README.md) for how to develop and test the Python package. -- [Python Examples](https://github.com/microsoft/agnext/tree/main/python/samples) for examples of how to use the Python package and multi-agent patterns. +- [Python Examples](https://github.com/microsoft/agnext/tree/main/python/packages/autogen-core/samples) for examples of how to use the Python package and multi-agent patterns. - [.NET](https://github.com/microsoft/agnext/tree/main/dotnet) - [.NET Examples](https://github.com/microsoft/agnext/tree/main/dotnet/samples)