From 9ed09f44b5d92a0838b42bbf74890b43cef05045 Mon Sep 17 00:00:00 2001 From: Kye Gomez Date: Thu, 24 Jul 2025 10:50:18 -0700 Subject: [PATCH] fix protocol links in docs --- docs/mkdocs.yml | 4 ++-- client_example.py => examples/api/client_example.py | 0 2 files changed, 2 insertions(+), 2 deletions(-) rename client_example.py => examples/api/client_example.py (100%) diff --git a/docs/mkdocs.yml b/docs/mkdocs.yml index c06f7daa..c39ee197 100644 --- a/docs/mkdocs.yml +++ b/docs/mkdocs.yml @@ -317,8 +317,8 @@ nav: - Communication Structure: "swarms/structs/conversation.md" - Protocol: - - Overview: "swarms/protocol/overview.md" - - SIPs: "swarms/protocol/sip.md" + - Overview: "protocol/overview.md" + - SIPs: "protocol/sip.md" - Tools: - Overview: "swarms_tools/overview.md" diff --git a/client_example.py b/examples/api/client_example.py similarity index 100% rename from client_example.py rename to examples/api/client_example.py