Skip to content

Commit 5e7d418

Browse files
committed
docs: Update Links to Documentation Site
1 parent 4c0ace8 commit 5e7d418

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<h2 align="center">
1111
<img src="https://raw.githubusercontent.com/google-a2a/A2A/refs/heads/main/docs/assets/a2a-logo-black.svg" width="256" alt="A2A Logo"/>
1212
</h2>
13-
<h3 align="center">A Python library that helps run agentic applications as A2AServers following the <a href="https://google.github.io/A2A">Agent2Agent (A2A) Protocol</a>.</h3>
13+
<h3 align="center">A Python library that helps run agentic applications as A2AServers following the <a href="https://google-a2a.github.io/A2A">Agent2Agent (A2A) Protocol</a>.</h3>
1414
</html>
1515

1616
<!-- markdownlint-enable no-inline-html -->

pyproject.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,10 +31,10 @@ classifiers = [
3131
]
3232

3333
[project.urls]
34-
homepage = "https://google.github.io/A2A/"
34+
homepage = "https://google-a2a.github.io/A2A/"
3535
repository = "https://github.com/google-a2a/a2a-python"
3636
changelog = "https://github.com/google-a2a/a2a-python/blob/main/CHANGELOG.md"
37-
documentation = "https://google.github.io/A2A/"
37+
documentation = "https://google-a2a.github.io/A2A/sdk/python/"
3838

3939
[tool.hatch.build.targets.wheel]
4040
packages = ["src/a2a"]

0 commit comments

Comments
 (0)