Skip to content

Commit 9ce2887

Browse files
committed
Change docs path for ag-ui
1 parent 0d14120 commit 9ce2887

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/community/tools/ag-ui.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ const labels = {
4646
```
4747

4848
Learn 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

7070
Learn 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

9191
Learn 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

102102
To 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

108108
Or try them out in the [AG-UI Dojo](https://dojo.ag-ui.com).

0 commit comments

Comments
 (0)