Skip to content

Commit d3d4cc0

Browse files
umermansoorsonichi
andauthored
Fix reference links (#3239)
* fix broken reference links that's pointing to a page that doesn't exists * Fix 2 broken links and use the correct format --------- Co-authored-by: Chi Wang <[email protected]>
1 parent f8663e3 commit d3d4cc0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

website/docs/tutorial/conversation-patterns.ipynb

+2-2
Original file line numberDiff line numberDiff line change
@@ -1559,7 +1559,7 @@
15591559
"metadata": {},
15601560
"source": [
15611561
"The implementation of the nested chats handler makes use of the\n",
1562-
"[`register_reply`](../reference/agentchat/conversable_agent/#register_reply)\n",
1562+
"[`register_reply`](/docs/reference/agentchat/conversable_agent/#register_reply)\n",
15631563
"method, which allows you to make extensive customization to\n",
15641564
" `ConversableAgent`. The GroupChatManager uses the same mechanism to implement the group chat.\n",
15651565
"\n",
@@ -1579,7 +1579,7 @@
15791579
"\n",
15801580
"In this chapter, we covered two-agent chat, sequential chat, group chat,\n",
15811581
"and nested chat patterns. You can compose these patterns like LEGO blocks to \n",
1582-
"create complex workflows. You can also use [`register_reply`](../reference/agentchat/conversable_agent/#register_reply) to create new patterns.\n",
1582+
"create complex workflows. You can also use [`register_reply`](/docs/reference/agentchat/conversable_agent/#register_reply) to create new patterns.\n",
15831583
"\n",
15841584
"This is the last chapter on basic AutoGen concepts. \n",
15851585
"In the next chatper, we will give you some tips on what to do next."

0 commit comments

Comments
 (0)