Skip to content

Commit 516f868

Browse files
committed
More links
1 parent 9813105 commit 516f868

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/libraries/typescript.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ npm install @zed-industries/agent-client-protocol
1414
```
1515

1616
Depending on what kind of tool you're building, you'll need to use either the
17-
[AgentSideConnection](https://zed-industries.github.io/agent-client-protocol/classes/AgentSideConnection.html)
17+
[AgentSideConnection](https://agentclientprotocol.github.io/agent-client-protocol/classes/AgentSideConnection.html)
1818
class or the
19-
[ClientSideConnection](https://zed-industries.github.io/agent-client-protocol/classes/ClientSideConnection.html)
19+
[ClientSideConnection](https://agentclientprotocol.github.io/agent-client-protocol/classes/ClientSideConnection.html)
2020
class to establish communication with the ACP counterpart.
2121

2222
You can find example implementations of both sides in the [main repository](https://github.com/agentclientprotocol/agent-client-protocol/tree/main/typescript/examples). These can be run from your terminal or from an ACP Client like [Zed](https://zed.dev), making them great starting points for your own integration!
2323

24-
Browse the [TypeScript library reference](https://zed-industries.github.io/agent-client-protocol) for detailed API documentation.
24+
Browse the [TypeScript library reference](https://agentclientprotocol.github.io/agent-client-protocol) for detailed API documentation.
2525

2626
For a complete, production-ready implementation of an ACP agent, check out [Gemini CLI](https://github.com/google-gemini/gemini-cli/blob/main/packages/cli/src/zed-integration/zedIntegration.ts).

0 commit comments

Comments
 (0)