From 64c36e30fe22f97fde353fa13f66539ea754aad1 Mon Sep 17 00:00:00 2001 From: Your Name Date: Mon, 16 Sep 2024 23:21:35 -0400 Subject: [PATCH] [DOCS][CLEANUP] --- docs/mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index ca174637..39c73cb9 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -154,7 +154,7 @@ nav: - Swarm Architectures: - Why MultiAgent Collaboration is Necessary: "swarms/concept/why.md" - Swarm Architectures: "swarms/concept/swarm_architectures.md" - - Choosing the right Swarm Architecture: "swarms/concept/how_to_choose_swarmms.md" + - Choosing the right Swarm Architecture: "swarms/concept/how_to_choose_swarms.md" - Conversation: "swarms/structs/conversation.md" - MajorityVoting: "swarms/structs/majorityvoting.md" - AgentRearrange: "swarms/structs/agent_rearrange.md"