Skip to content

Commit 38034ad

Browse files
authored
Update starlette subdomain in docs (#2099)
1 parent e5b946e commit 38034ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/a2a.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The library is designed to be used with any agentic framework, and is **not excl
2727

2828
### Design
2929

30-
**FastA2A** is built on top of [Starlette](https://starlette.io), which means it's fully compatible with any ASGI server.
30+
**FastA2A** is built on top of [Starlette](https://www.starlette.io), which means it's fully compatible with any ASGI server.
3131

3232
Given the nature of the A2A protocol, it's important to understand the design before using it, as a developer
3333
you'll need to provide some components:
@@ -66,7 +66,7 @@ pip/uv-add fasta2a
6666

6767
The only dependencies are:
6868

69-
- [starlette](https://starlette.io): to expose the A2A server as an [ASGI application](https://asgi.readthedocs.io/en/latest/)
69+
- [starlette](https://www.starlette.io): to expose the A2A server as an [ASGI application](https://asgi.readthedocs.io/en/latest/)
7070
- [pydantic](https://pydantic.dev): to validate the request/response messages
7171
- [opentelemetry-api](https://opentelemetry-python.readthedocs.io/en/latest): to provide tracing capabilities
7272

0 commit comments

Comments
 (0)