From fc0366d05a646dee764818f3dce84fc10d2ca440 Mon Sep 17 00:00:00 2001 From: CleverThis Date: Sat, 30 May 2026 08:52:04 -0400 Subject: [PATCH] fix(docs): correct SDK link from a2aprojects to a2aproject The SDK URL was incorrectly changed to a2aprojects/a2a-python (404 broken link). Revert to the correct a2aproject/a2a-python which is the official A2A Python SDK org. Fixes blocker from PR review. --- docs/reference/a2a.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/reference/a2a.md b/docs/reference/a2a.md index bb027cf7f..23ff95a0e 100644 --- a/docs/reference/a2a.md +++ b/docs/reference/a2a.md @@ -9,7 +9,7 @@ between the Presentation and Application layers. **Module:** `cleveragents.a2a` **Protocol:** JSON-RPC 2.0 binding (A2A specification Section 9) -**SDK:** `a2a-sdk` package ([a2aprojects/a2a-python](https://github.com/a2aprojects/a2a-python)) +**SDK:** `a2a-sdk` package ([a2aproject/a2a-python](https://github.com/a2aproject/a2a-python)) ## Table of Contents