Skip to content

Commit 0b812d6

Browse files
authored
Update link to example implementations in TypeScript docs (#228)
1 parent efc405a commit 0b812d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/libraries/typescript.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ class or the
1919
[ClientSideConnection](https://agentclientprotocol.github.io/typescript-sdk/classes/ClientSideConnection.html)
2020
class to establish communication with the ACP counterpart.
2121

22-
You can find example implementations of both sides in the [main repository](https://github.com/agentclientprotocol/typescript-sdk/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!
22+
You can find example implementations of both sides in the [main repository](https://github.com/agentclientprotocol/typescript-sdk/tree/main/src/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

2424
Browse the [TypeScript library reference](https://agentclientprotocol.github.io/typescript-sdk) for detailed API documentation.
2525

0 commit comments

Comments
 (0)