@@ -46,7 +46,7 @@ const labels = {
4646```
4747
4848Learn more about the chat UI
49- [ in the CopilotKit docs] ( https://docs.copilotkit.ai/aws-strands-py /agentic-chat-ui ) .
49+ [ in the CopilotKit docs] ( https://docs.copilotkit.ai/aws-strands/agentic-chat-ui ) .
5050
5151### Tool Based Generative UI (Rendering Tools)
5252
@@ -68,7 +68,7 @@ useCopilotAction({
6868```
6969
7070Learn more about the Tool-based Generative UI
71- [ in the CopilotKit docs] ( https://docs.copilotkit.ai/aws-strands-py /generative-ui/tool-based ) .
71+ [ in the CopilotKit docs] ( https://docs.copilotkit.ai/aws-strands/generative-ui/tool-based ) .
7272
7373### Shared State
7474
@@ -89,7 +89,7 @@ const { state, setState } = useCoAgent<AgentState>({
8989```
9090
9191Learn more about shared state
92- [ in the CopilotKit docs] ( https://docs.copilotkit.ai/aws-strands-py /shared-state ) .
92+ [ in the CopilotKit docs] ( https://docs.copilotkit.ai/aws-strands/shared-state ) .
9393
9494### Try it out!
9595
@@ -101,8 +101,8 @@ npm install && npm run dev
101101
102102To see what other features you can build into your UI with AG-UI, refer to the CopilotKit docs:
103103
104- - [ Agentic Generative UI] ( https://docs.copilotkit.ai/aws-strands-py /generative-ui/agentic )
105- - [ Human in the Loop] ( https://docs.copilotkit.ai/aws-strands-py /human-in-the-loop/agent )
106- - [ Frontend Actions] ( https://docs.copilotkit.ai/aws-strands-py /frontend-actions )
104+ - [ Agentic Generative UI] ( https://docs.copilotkit.ai/aws-strands/generative-ui/agentic )
105+ - [ Human in the Loop] ( https://docs.copilotkit.ai/aws-strands/human-in-the-loop/agent )
106+ - [ Frontend Actions] ( https://docs.copilotkit.ai/aws-strands/frontend-actions )
107107
108108Or try them out in the [ AG-UI Dojo] ( https://dojo.ag-ui.com ) .
0 commit comments