Skip to content

Commit edf392c

Browse files
authored
docs: Update Documentation Site Link (#315)
1 parent a38d438 commit edf392c

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
@@ -44,10 +44,10 @@ sql = ["sqlalchemy[asyncio,postgresql-asyncpg,aiomysql,aiosqlite]>=2.0.0"]
4444
encryption = ["cryptography>=43.0.0"]
4545

4646
[project.urls]
47-
homepage = "https://a2aproject.github.io/A2A/"
47+
homepage = "https://a2a-protocol.org/"
4848
repository = "https://github.com/a2aproject/a2a-python"
4949
changelog = "https://github.com/a2aproject/a2a-python/blob/main/CHANGELOG.md"
50-
documentation = "https://a2aproject.github.io/A2A/sdk/python/"
50+
documentation = "https://a2a-protocol.org/latest/sdk/python/"
5151

5252
[tool.hatch.build.targets.wheel]
5353
packages = ["src/a2a"]

0 commit comments

Comments
 (0)