Compare commits

...
Author SHA1 Message Date
Saoud Rizwan 5b1e1e2ed2 docs(readme): repoint SDK link to in-repo README
The current https://docs.cline.bot/cline-sdk/overview link renders the
old ACP-based ClineAgent page from March, which predates the new
@cline/sdk package. A launch-day reader who clicks the link sees an
SDK that does not match what the README describes.

Point at ./sdk/README.md instead, matching the in-repo pattern the CLI
cell already uses (./sdk/apps/cli/README.md). Once the new SDK docs
tab lands on docs.cline.bot, a follow-up can repoint to it.
2026-05-12 19:07:15 -07:00
+1 -1
View File
@@ -94,7 +94,7 @@ Build your own AI agents and integrations powered by the same engine that runs t
npm install @cline/sdk
```
<a href="https://docs.cline.bot/cline-sdk/overview">Documentation</a>
<a href="./sdk/README.md">Learn more</a>
<br><br>
</td>