Skip to content

Commit 167f003

Browse files
committed
Fix links
1 parent 3a1e924 commit 167f003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ encryption = ["cryptography>=43.0.0"]
4040
grpc = ["grpcio>=1.60", "grpcio-tools>=1.60", "grpcio_reflection>=1.7.0", "protobuf==5.29.5", "google-api-core>=1.26.0"]
4141

4242
[project.urls]
43-
homepage = "https://a2aproject.github.io/A2A/"
43+
homepage = "https://a2a-protocol.org/"
4444
repository = "https://github.com/a2aproject/a2a-python"
4545
changelog = "https://github.com/a2aproject/a2a-python/blob/main/CHANGELOG.md"
46-
documentation = "https://a2aproject.github.io/A2A/sdk/python/"
46+
documentation = "https://a2a-protocol.org/sdk/python/"
4747

4848
[tool.hatch.build.targets.wheel]
4949
packages = ["src/a2a"]

0 commit comments

Comments
 (0)