From 5d3a11535c830a0ddcd9947e8d157e2569a3dd3d Mon Sep 17 00:00:00 2001 From: Shingo OKAWA Date: Tue, 24 Jun 2025 02:21:52 +0900 Subject: [PATCH] docs: updates links Signed-off-by: Shingo OKAWA --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 63bf9cd5c..9d73dc29c 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,9 @@

- A2A Logo + A2A Logo

-

A Python library that helps run agentic applications as A2AServers following the Agent2Agent (A2A) Protocol.

+

A Python library that helps run agentic applications as A2AServers following the Agent2Agent (A2A) Protocol.

@@ -42,12 +42,12 @@ pip install a2a-sdk ## Examples -### [Helloworld Example](https://github.com/google-a2a/a2a-samples/tree/main/samples/python/agents/helloworld) +### [Helloworld Example](https://github.com/a2aproject/a2a-samples/tree/main/samples/python/agents/helloworld) 1. Run Remote Agent ```bash - git clone https://github.com/google-a2a/a2a-samples.git + git clone https://github.com/a2aproject/a2a-samples.git cd a2a-samples/samples/python/agents/helloworld uv run . ``` @@ -59,14 +59,14 @@ pip install a2a-sdk uv run test_client.py ``` -3. You can validate your agent using the agent inspector. Follow the instructions at the [a2a-inspector](https://github.com/google-a2a/a2a-inspector) repo. +3. You can validate your agent using the agent inspector. Follow the instructions at the [a2a-inspector](https://github.com/a2aproject/a2a-inspector) repo. -You can also find more Python samples [here](https://github.com/google-a2a/a2a-samples/tree/main/samples/python) and JavaScript samples [here](https://github.com/google-a2a/a2a-samples/tree/main/samples/js). +You can also find more Python samples [here](https://github.com/a2aproject/a2a-samples/tree/main/samples/python) and JavaScript samples [here](https://github.com/a2aproject/a2a-samples/tree/main/samples/js). ## License -This project is licensed under the terms of the [Apache 2.0 License](https://raw.githubusercontent.com/google-a2a/a2a-python/refs/heads/main/LICENSE). +This project is licensed under the terms of the [Apache 2.0 License](https://raw.githubusercontent.com/a2aproject/a2a-python/refs/heads/main/LICENSE). ## Contributing -See [CONTRIBUTING.md](https://github.com/google-a2a/a2a-python/blob/main/CONTRIBUTING.md) for contribution guidelines. +See [CONTRIBUTING.md](https://github.com/a2aproject/a2a-python/blob/main/CONTRIBUTING.md) for contribution guidelines.