From 0d66a7888b68380241b92f7de394a06df5a0cc06 Mon Sep 17 00:00:00 2001 From: Yongsul Kim Date: Thu, 29 May 2025 16:49:09 -0700 Subject: [PATCH] Copybara import of the project: -- cd9130aca29b5d07b069cfc4a9aa022455e005e9 by Yongsul Kim : docs: Fix broken link to A2A example COPYBARA_INTEGRATE_REVIEW=https://github.com/google/adk-python/pull/1021 from ystory:patch-1 5d827f7834ca33120bd2a87d63e29ac5b93eb7c9 PiperOrigin-RevId: 764937930 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 3edc7c8..d117602 100644 --- a/README.md +++ b/README.md @@ -43,8 +43,8 @@ Agent Development Kit (ADK) is a flexible and modular framework for developing a ## 🤖 Agent2Agent (A2A) Protocol and ADK Integration For remote agent-to-agent communication, ADK integrates with the -[A2A protocol](https://github.com/google/A2A/). -See this [example](https://github.com/google/A2A/tree/main/samples/python/agents/google_adk) +[A2A protocol](https://github.com/google-a2a/A2A/). +See this [example](https://github.com/google-a2a/a2a-samples/tree/main/samples/python/agents/google_adk) for how they can work together. ## 🚀 Installation