Skip to content

Commit 681567b

Browse files
correct links to samples in README.md (#132)
1 parent 2b29c09 commit 681567b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ pip install a2a-sdk
4242

4343
## Examples
4444

45-
### [Helloworld Example](https://github.com/google/a2a-samples/tree/main/samples/helloworld)
45+
### [Helloworld Example](https://github.com/google-a2a/a2a-samples/tree/main/samples/python/agents/helloworld)
4646

4747
1. Run Remote Agent
4848

@@ -58,7 +58,7 @@ pip install a2a-sdk
5858
uv run test_client.py
5959
```
6060

61-
You can also find more examples [here](https://github.com/google-a2a/A2A/tree/main/samples/python/agents)
61+
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).
6262

6363
## License
6464

0 commit comments

Comments
 (0)