Skip to content

Commit cf7ceae

Browse files
Fix broken A2UI links to renamed a2ui-project/a2ui repo and new sample/SDK paths (#1857)
Co-authored-by: Juan Carlos Gonzalez Resendiz <juancarlosgon@google.com>
1 parent 0dda1af commit cf7ceae

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/integrations/a2ui.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -220,15 +220,15 @@ The A2UI repository includes ADK sample agents you can run immediately:
220220

221221
| Sample | Description |
222222
|---|---|
223-
| [restaurant_finder](https://github.com/google/A2UI/tree/main/samples/agent/adk/restaurant_finder) | Static schema agent for searching and displaying restaurant information |
224-
| [rizzcharts](https://github.com/google/A2UI/tree/main/samples/agent/adk/rizzcharts) | Dynamic catalog agent that selects chart components based on context |
225-
| [orchestrator](https://github.com/google/A2UI/tree/main/samples/agent/adk/orchestrator) | Multi-agent setup that delegates to sub-agents and aggregates UI capabilities |
223+
| [restaurant_finder](https://github.com/a2ui-project/a2ui/tree/main/samples/agent/adk/restaurant_finder) | Static schema agent for searching and displaying restaurant information |
224+
| [rizzcharts](https://github.com/a2ui-project/a2ui/tree/main/samples/community/agent/adk/rizzcharts) | Dynamic catalog agent that selects chart components based on context |
225+
| [orchestrator](https://github.com/a2ui-project/a2ui/tree/main/samples/community/agent/adk/orchestrator) | Multi-agent setup that delegates to sub-agents and aggregates UI capabilities |
226226

227227
## Resources
228228

229229
- [A2UI specification](https://a2ui.org/)
230-
- [A2UI GitHub repository](https://github.com/google/A2UI)
230+
- [A2UI GitHub repository](https://github.com/a2ui-project/a2ui)
231231
- [A2UI Python SDK (`a2ui-agent-sdk`)](https://pypi.org/project/a2ui-agent-sdk/)
232-
- [Agent development guide](https://github.com/google/A2UI/blob/main/agent_sdks/python/agent_development.md)
232+
- [Agent development guide](https://github.com/a2ui-project/a2ui/blob/main/agent_sdks/python/a2ui_agent/agent_development.md)
233233
- [Component gallery](https://a2ui.org/reference/components/)
234234
- [A2A protocol](https://a2a-protocol.org)

0 commit comments

Comments
 (0)