diff --git a/.muffet-excluded-links.txt b/.muffet-excluded-links.txt index 86b4c9e188..91490f054b 100644 --- a/.muffet-excluded-links.txt +++ b/.muffet-excluded-links.txt @@ -22,3 +22,4 @@ https://github.com/ag2ai/ag2/edit.* https://(gist\.)?github.com/.*#.* https://azure.microsoft.com/en-us/products/ai-services/openai-service https://docs.databricks.com/aws/en/release-notes/runtime/14.3lts-ml +https://docs\.ag2\.ai/.*#.*%.* diff --git a/notebook/agentchat_databricks_dbrx.ipynb b/notebook/agentchat_databricks_dbrx.ipynb index 6ef5f03b9a..76c2ca4659 100644 --- a/notebook/agentchat_databricks_dbrx.ipynb +++ b/notebook/agentchat_databricks_dbrx.ipynb @@ -70,7 +70,7 @@ "source": [ "## Setup DBRX config list\n", "\n", - "See Autogen docs for more information on the use of `config_list`: [LLM Configuration](https://docs.ag2.ai/docs/user-guide/advanced-concepts/llm-configuration-deep-dive#why-is-it-a-list)" + "See Autogen docs for more information on the use of `config_list`: [LLM Configuration](https://docs.ag2.ai/docs/user-guide/advanced-concepts/llm-configuration-deep-dive#llm-configuration)" ] }, { diff --git a/website/docs/user-guide/basic-concepts/orchestration/sequential-chat.mdx b/website/docs/user-guide/basic-concepts/orchestration/sequential-chat.mdx index 7336e95cfc..713aee6d5a 100644 --- a/website/docs/user-guide/basic-concepts/orchestration/sequential-chat.mdx +++ b/website/docs/user-guide/basic-concepts/orchestration/sequential-chat.mdx @@ -34,4 +34,4 @@ The result of the [`initiate_chats`](/docs/api-reference/autogen/ConversableAgen ### Different senders -In the above example, the teacher agent was the sender in each chat, however you can use the high-level [`initiate_chats`](/docs/api-reference/autogen/initiate_chats) function to start a sequence of two-agent chats with different sender agents. See this [notebook](/docs/use-cases/notebooks/notebooks/agentchats_sequential_chats#example-1-solve-tasks-with-a-series-of-chats) for an example. +In the above example, the teacher agent was the sender in each chat, however you can use the high-level [`initiate_chats`](/docs/api-reference/autogen/initiate_chats) function to start a sequence of two-agent chats with different sender agents. See this [notebook](/docs/use-cases/notebooks/notebooks/agentchats_sequential_chats#example-1%3A-solve-tasks-with-a-series-of-chats) for an example.