summaryrefslogtreecommitdiffhomepage
path: root/packages/web
diff options
context:
space:
mode:
authorJay <[email protected]>2025-12-09 12:43:29 -0500
committerGitHub <[email protected]>2025-12-09 12:43:29 -0500
commit13e8fb382f425c89cb9fff415beeec0b19c6358c (patch)
tree574229f812f9b81dc5a7e1d1247d2602a3f784cd /packages/web
parent4090bc9dea7e1476e234a074785479b21d40b5dc (diff)
downloadopencode-13e8fb382f425c89cb9fff415beeec0b19c6358c.tar.gz
opencode-13e8fb382f425c89cb9fff415beeec0b19c6358c.zip
docs: Update community plugins reference in documentation
Diffstat (limited to 'packages/web')
-rw-r--r--packages/web/src/content/docs/plugins.mdx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/src/content/docs/plugins.mdx b/packages/web/src/content/docs/plugins.mdx
index ad8c458ef..58673d46d 100644
--- a/packages/web/src/content/docs/plugins.mdx
+++ b/packages/web/src/content/docs/plugins.mdx
@@ -5,7 +5,7 @@ description: Write your own plugins to extend OpenCode.
Plugins allow you to extend OpenCode by hooking into various events and customizing behavior. You can create plugins to add new features, integrate with external services, or modify OpenCode's default behavior.
-Check out the [ecosystem](/docs/ecosystem) for community plugins.
+For examples, check out the [plugins](/docs/ecosystem#plugins) created by the community.
---