From d0fdfb8c8e2e32801999c81de8d8ed0be3f88e76 Mon Sep 17 00:00:00 2001 From: Hangfei Lin Date: Tue, 1 Jul 2025 21:05:43 -0700 Subject: [PATCH] doc: Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 874658d0..e896d597 100644 --- a/README.md +++ b/README.md @@ -45,7 +45,7 @@ Agent Development Kit (ADK) is a flexible and modular framework for developing a For remote agent-to-agent communication, ADK integrates with the [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) +See this [example](https://github.com/a2aproject/a2a-samples/tree/main/samples/python/agents) for how they can work together. ## 🚀 Installation