Skip to content

Commit 4c71032

Browse files
448523760Robby He (贺俊飞)
andauthored
fix: Update A2A Protocol link in README.md (a2aproject#454)
Co-authored-by: Robby He (贺俊飞) <[email protected]>
1 parent 49d4bec commit 4c71032

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<h2 align="center">
99
<img src="https://raw.githubusercontent.com/google-a2a/A2A/refs/heads/main/docs/assets/a2a-logo-black.svg" width="256" alt="A2A Logo"/>
1010
</h2>
11-
<h3 align="center">A Java library that helps run agentic applications as A2AServers following the <a href="https://google-a2a.github.io/A2A">Agent2Agent (A2A) Protocol</a>.</h3>
11+
<h3 align="center">A Java library that helps run agentic applications as A2AServers following the <a href="https://a2a-protocol.org/">Agent2Agent (A2A) Protocol</a>.</h3>
1212
</html>
1313

1414
## Installation
@@ -34,7 +34,7 @@ More examples will be added soon.
3434

3535
## A2A Server
3636

37-
The A2A Java SDK provides a Java server implementation of the [Agent2Agent (A2A) Protocol](https://google-a2a.github.io/A2A). To run your agentic Java application as an A2A server, simply follow the steps below.
37+
The A2A Java SDK provides a Java server implementation of the [Agent2Agent (A2A) Protocol](https://a2a-protocol.org/). To run your agentic Java application as an A2A server, simply follow the steps below.
3838

3939
- [Add an A2A Java SDK Server Maven dependency to your project](#1-add-an-a2a-java-sdk-server-maven-dependency-to-your-project)
4040
- [Add a class that creates an A2A Agent Card](#2-add-a-class-that-creates-an-a2a-agent-card)
@@ -266,7 +266,7 @@ a2a.executor.keep-alive-seconds=60
266266

267267
## A2A Client
268268

269-
The A2A Java SDK provides a Java client implementation of the [Agent2Agent (A2A) Protocol](https://google-a2a.github.io/A2A), allowing communication with A2A servers. The Java client implementation supports the following transports:
269+
The A2A Java SDK provides a Java client implementation of the [Agent2Agent (A2A) Protocol](https://a2a-protocol.org/), allowing communication with A2A servers. The Java client implementation supports the following transports:
270270

271271
* JSON-RPC 2.0
272272
* gRPC

0 commit comments

Comments
 (0)