summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJay <[email protected]>2025-12-09 12:44:33 -0500
committerGitHub <[email protected]>2025-12-09 12:44:33 -0500
commita964824b220d546946c8b2f4b8f13ddf6e527873 (patch)
tree38a7beb9253166fab237770a0dd2057a5faf9ee8
parent2cf0d578fed4a02e585b4c7e805a2db120a76ee0 (diff)
downloadopencode-a964824b220d546946c8b2f4b8f13ddf6e527873.tar.gz
opencode-a964824b220d546946c8b2f4b8f13ddf6e527873.zip
docs: Modify documentation for SDK ecosystem references
Updated link text to refer to community-built projects.
-rw-r--r--packages/web/src/content/docs/sdk.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/sdk.mdx b/packages/web/src/content/docs/sdk.mdx
index 3406b42f7..ca20277be 100644
--- a/packages/web/src/content/docs/sdk.mdx
+++ b/packages/web/src/content/docs/sdk.mdx
@@ -9,7 +9,7 @@ export const typesUrl = `${config.github}/blob/dev/packages/sdk/js/src/gen/types
The opencode JS/TS SDK provides a type-safe client for interacting with the server.
Use it to build integrations and control opencode programmatically.
-[Learn more](/docs/server) about how the server works. Check out the [ecosystem](/docs/ecosystem) for projects built with the SDK.
+[Learn more](/docs/server) about how the server works. For examples, check out the [projects](/docs/ecosystem#projects) built by the community.
---