Skip to content

Commit ee04fb5

Browse files
Fix broken links and correct misc typos (CopilotKit#2740)
1 parent 947a4b9 commit ee04fb5

11 files changed

Lines changed: 13 additions & 15 deletions

File tree

docs/content/docs/agno/generative-ui/tool-based.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import RunAndConnectAgentSnippet from "@/snippets/coagents/run-and-connect-agent
1818
/>
1919
<Callout>
2020
This video demonstrates the [implementation](#implementation) section applied
21-
to out [coagents starter
21+
to our [coagents starter
2222
project](https://github.com/CopilotKit/CopilotKit/tree/main/examples/agno/starter).
2323
</Callout>
2424

docs/content/docs/crewai-crews/generative-ui/agentic.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { Accordions, Accordion } from "fumadocs-ui/components/accordion";
1717
/>
1818
<Callout>
1919
This video demonstrates the [implementation](#implementation) section applied
20-
to out [coagents starter
20+
to our [coagents starter
2121
project](https://github.com/CopilotKit/CopilotKit/tree/main/examples/coagents-starter-crewai-crews).
2222
</Callout>
2323

docs/content/docs/crewai-crews/generative-ui/tool-based.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import RunAndConnectAgentSnippet from "@/snippets/coagents/run-and-connect-agent
1818
/>
1919
<Callout>
2020
This video demonstrates the [implementation](#implementation) section applied
21-
to out [coagents starter
21+
to our [coagents starter
2222
project](https://github.com/CopilotKit/CopilotKit/tree/main/examples/coagents-starter-crewai-crews).
2323
</Callout>
2424

docs/content/docs/crewai-flows/generative-ui/agentic.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import { Accordions, Accordion } from "fumadocs-ui/components/accordion";
1717
/>
1818
<Callout>
1919
This video demonstrates the [implementation](#implementation) section applied
20-
to out [coagents starter
20+
to our [coagents starter
2121
project](https://github.com/CopilotKit/CopilotKit/tree/main/examples/coagents-starter-crewai-flows).
2222
</Callout>
2323

docs/content/docs/crewai-flows/generative-ui/tool-based.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import RunAndConnectAgentSnippet from "@/snippets/coagents/run-and-connect-agent
1818
/>
1919
<Callout>
2020
This video demonstrates the [implementation](#implementation) section applied
21-
to out [coagents starter
21+
to our [coagents starter
2222
project](https://github.com/CopilotKit/CopilotKit/tree/main/examples/coagents-starter-crewai-flows).
2323
</Callout>
2424

docs/content/docs/llamaindex/generative-ui/tool-based.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import RunAndConnectAgentSnippet from "@/snippets/coagents/run-and-connect-agent
1818
/>
1919
<Callout>
2020
This video demonstrates the [implementation](#implementation) section applied
21-
to out [coagents starter
21+
to our [coagents starter
2222
project](https://github.com/CopilotKit/CopilotKit/tree/main/examples/coagents-starter-llamaindex).
2323
</Callout>
2424

docs/content/docs/mastra/generative-ui/tool-based.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ import RunAndConnectAgentSnippet from "@/snippets/coagents/run-and-connect-agent
1818
/>
1919
<Callout>
2020
This video demonstrates the [implementation](#implementation) section applied
21-
to out [coagents starter
21+
to our [coagents starter
2222
project](https://github.com/CopilotKit/CopilotKit/tree/main/examples/coagents-starter-Mastra).
2323
</Callout>
2424

docs/content/docs/pydantic-ai/generative-ui/agentic.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,7 @@ import { Accordions, Accordion } from "fumadocs-ui/components/accordion";
1717
/>
1818
<Callout>
1919
This video demonstrates the [implementation](#implementation) section applied
20-
to out [coagents starter
21-
project](https://github.com/CopilotKit/CopilotKit/tree/main/examples/coagents-starter-pydantic-ai).
20+
to our [starter project](/pydantic-ai/quickstart/pydantic-ai).
2221
</Callout>
2322

2423
## What is this?
@@ -38,7 +37,7 @@ is a situation where a user and an agent are working together to solve a problem
3837
### Run and Connect your Pydantic AI Agent to CopilotKit
3938
First, you'll need to make sure you have a running Pydantic AI Agent. If you haven't already done this, you can follow the [getting started guide](/pydantic-ai/quickstart/pydantic-ai)
4039

41-
This guide uses the [CoAgents starter repo](https://github.com/CopilotKit/CopilotKit/tree/main/examples/coagents-starter-pydantic-ai) as its starting point.
40+
This guide uses the [starter project](/pydantic-ai/quickstart/pydantic-ai) as its starting point.
4241

4342
</Step>
4443
<Step>

docs/content/docs/pydantic-ai/generative-ui/tool-based.mdx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,7 @@ import RunAndConnectAgentSnippet from "@/snippets/coagents/run-and-connect-agent
1818
/>
1919
<Callout>
2020
This video demonstrates the [implementation](#implementation) section applied
21-
to out [coagents starter
22-
project](https://github.com/CopilotKit/CopilotKit/tree/main/examples/coagents-starter-pydantic-ai).
21+
to our [starter project](/pydantic-ai/quickstart/pydantic-ai).
2322
</Callout>
2423

2524
## What is this?
@@ -41,7 +40,7 @@ when your agent is calling tools. CopilotKit allows you to fully customize how t
4140
You'll need to run your agent and connect it to CopilotKit before proceeding. If you haven't done so already,
4241
you can follow the instructions in the [Getting Started](/pydantic-ai/quickstart/pydantic-ai) guide.
4342

44-
If you don't already have an agent, you can use the [coagent starter](https://github.com/CopilotKit/CopilotKit/tree/main/examples/coagents-starter-pydantic-ai) as a starting point
43+
If you don't already have an agent, you can use the [starter project](/pydantic-ai/quickstart/pydantic-ai) as a starting point
4544
as this guide uses it as a starting point.
4645

4746
</Step>

docs/content/docs/pydantic-ai/human-in-the-loop/agent.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ of everything that has happened during a HITL interaction.
4040
You'll need to run your agent and connect it to CopilotKit before proceeding. If you haven't done so already,
4141
you can follow the instructions in the [Getting Started](/pydantic-ai/quickstart/pydantic-ai) guide.
4242

43-
If you don't already have an agent, you can use the [coagent starter](https://github.com/CopilotKit/CopilotKit/tree/main/examples/coagents-starter-pydantic-ai) as a starting point
43+
If you don't already have an agent, you can use the [starter project](/pydantic-ai/quickstart/pydantic-ai) as a starting point
4444
as this guide uses it as a starting point.
4545
</Step>
4646

0 commit comments

Comments
 (0)