diff --git a/python/packages/autogen-core/docs/src/user-guide/autogenstudio-user-guide/usage.md b/python/packages/autogen-core/docs/src/user-guide/autogenstudio-user-guide/usage.md index 0d7ecac5105f..fa88712c1971 100644 --- a/python/packages/autogen-core/docs/src/user-guide/autogenstudio-user-guide/usage.md +++ b/python/packages/autogen-core/docs/src/user-guide/autogenstudio-user-guide/usage.md @@ -49,7 +49,7 @@ Here's an example of a declarative team specification: This example shows a team with a single agent, using the `RoundRobinGroupChat` type and a `MaxMessageTermination` condition limited to 3 messages. ```{note} -Work is currently in progress to make the entire AgentChat API [declarative](/user-guide/core-user-guide/framework/component-config.html). This will allow all agentchat components to be `dumped` into the same declarative specification format used by AGS. +Work is currently in progress to make the entire AgentChat API declarative. This will allow all agentchat components to be `dumped` into the same declarative specification format used by AGS. ``` ## Building an Agent Team